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 eric.araujo
Recipients brett.cannon, eric.araujo, georg.brandl, terry.reedy
Date 2010-12-22.00:20:28
SpamBayes Score 4.257224e-05
Marked as misclassified No
Message-id <1292977230.48.0.502055681122.issue8754@psf.upfronthosting.co.za>
In-reply-to
Content
I set LANG and LC_ALL to C and tried to import a module with a non-ASCII name:
    $ ./python -m échec™♥
    python: No module named '\udcc3\udca9chec\udce2\udc84\udca2\udce2\udc99\udca5'
Is that a good enough test?

I guess the “__main__ changes” you’re talking about are the addition of single quotes around __main__ in some error messages; that was only for the sake of consistency.
History
Date User Action Args
2010-12-22 00:20:30eric.araujosetrecipients: + eric.araujo, brett.cannon, georg.brandl, terry.reedy
2010-12-22 00:20:30eric.araujosetmessageid: <1292977230.48.0.502055681122.issue8754@psf.upfronthosting.co.za>
2010-12-22 00:20:28eric.araujolinkissue8754 messages
2010-12-22 00:20:28eric.araujocreate