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 ingemar, r.david.murray, terry.reedy, vstinner
Date 2011-03-21.00:03:37
SpamBayes Score 7.286176e-05
Marked as misclassified No
Message-id <1300665817.8.0.758688786749.issue10828@psf.upfronthosting.co.za>
In-reply-to
Content
I closed #3080: Python 3.3 is now able to handle non-ASCII characters in module names and paths. But it is only able to handle non-ASCII characters encodable to the ANSI code page. To support all characters, I opened the issue #11619 (see also #10785).
History
Date User Action Args
2011-03-21 00:03:37vstinnersetrecipients: + vstinner, terry.reedy, r.david.murray, ingemar
2011-03-21 00:03:37vstinnersetmessageid: <1300665817.8.0.758688786749.issue10828@psf.upfronthosting.co.za>
2011-03-21 00:03:37vstinnerlinkissue10828 messages
2011-03-21 00:03:37vstinnercreate