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 Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, r.david.murray, terry.reedy, vstinner
Date 2011-01-31.11:10:44
SpamBayes Score 3.7221707e-05
Marked as misclassified No
Message-id <1296472246.27.0.0751361047453.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
As explained in issue #10828: Python 3.2 doesn't support non-ASCII module names on Windows because module names are encoded to UTF-8 instead of the filesystem encoding (the ANSI code page).
History
Date User Action Args
2011-01-31 11:10:46vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-01-31 11:10:46vstinnersetmessageid: <1296472246.27.0.0751361047453.issue3080@psf.upfronthosting.co.za>
2011-01-31 11:10:45vstinnerlinkissue3080 messages
2011-01-31 11:10:44vstinnercreate