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 RohanA
Recipients RohanA, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-06-25.23:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624662372.97.0.0432881469482.issue44510@roundup.psfhosted.org>
In-reply-to
Content
When using file.read() with a large text file,  
there is a UnicodeDecodeError. I expected file.read(1) to read one character from the file. It works with a smaller text file. I experienced this bug on  Windows 10 version 20H2. My teacher couldn't reproduce this bug on Linux.
History
Date User Action Args
2021-06-25 23:06:13RohanAsetrecipients: + RohanA, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower
2021-06-25 23:06:12RohanAsetmessageid: <1624662372.97.0.0432881469482.issue44510@roundup.psfhosted.org>
2021-06-25 23:06:12RohanAlinkissue44510 messages
2021-06-25 23:06:12RohanAcreate