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 belopolsky, vstinner
Date 2011-01-20.02:00:16
SpamBayes Score 0.00018168899
Marked as misclassified No
Message-id <1295488823.25.0.990858475061.issue10952@psf.upfronthosting.co.za>
In-reply-to
Content
"µTorrent.py" filename example comes from #10754.

This issue is unrelated to the Python parser or the import machinery: it is a surprising behaviour of the MBCS codec which replaces unencodable characters to a similar glyph. I changed the MBCS in Python 3.2 to be strict (it now raises an error on unencodable character).
History
Date User Action Args
2011-01-20 02:00:23vstinnersetrecipients: + vstinner, belopolsky
2011-01-20 02:00:23vstinnersetmessageid: <1295488823.25.0.990858475061.issue10952@psf.upfronthosting.co.za>
2011-01-20 02:00:16vstinnerlinkissue10952 messages
2011-01-20 02:00:16vstinnercreate