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 benjamin.peterson
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-23.23:05:40
SpamBayes Score 0.00034714476
Marked as misclassified No
Message-id <1222211141.75.0.0568974214044.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another patch. It simply propagates the UnicodeDecodeErrors. I
like this because it avoids silent ignoring problem, and people can get
bytes if they want by passing in a bytes path.
History
Date User Action Args
2008-09-23 23:05:42benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, HWJ, dlitz, zegreek
2008-09-23 23:05:41benjamin.petersonsetmessageid: <1222211141.75.0.0568974214044.issue3187@psf.upfronthosting.co.za>
2008-09-23 23:05:41benjamin.petersonlinkissue3187 messages
2008-09-23 23:05:40benjamin.petersoncreate