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 vstinner
Recipients vstinner
Date 2010-12-27.02:44:13
SpamBayes Score 0.0007704164
Marked as misclassified No
Message-id <1293417856.77.0.537891228456.issue10780@psf.upfronthosting.co.za>
In-reply-to
Content
issue10780_mbcs_ignore.patch is a safer but more complex fix: use mbcs decoder with the ignore error handler. Even if issue10780.patch might raise a UnicodeDecodeError, I prefer it because it's shorter, simpler and so easier to maintain the code.
History
Date User Action Args
2010-12-27 02:44:16vstinnersetrecipients: + vstinner
2010-12-27 02:44:16vstinnersetmessageid: <1293417856.77.0.537891228456.issue10780@psf.upfronthosting.co.za>
2010-12-27 02:44:13vstinnerlinkissue10780 messages
2010-12-27 02:44:13vstinnercreate