This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wt19880712wt
Recipients ezio.melotti, vstinner, wt19880712wt
Date 2017-12-12.08:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513066810.97.0.213398074469.issue32286@psf.upfronthosting.co.za>
In-reply-to
Content
I have a txt file,use code UTF-8,and include char ''(ASCII code?), when use f.readlines() to get a list, the program exit without any exception,then I got a list without data after line which include char ''.
History
Date User Action Args
2017-12-12 08:20:11wt19880712wtsetrecipients: + wt19880712wt, vstinner, ezio.melotti
2017-12-12 08:20:10wt19880712wtsetmessageid: <1513066810.97.0.213398074469.issue32286@psf.upfronthosting.co.za>
2017-12-12 08:20:10wt19880712wtlinkissue32286 messages
2017-12-12 08:20:10wt19880712wtcreate