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 belopolsky
Recipients belopolsky, loewis, vstinner
Date 2011-01-20.04:11:42
SpamBayes Score 0.00022784255
Marked as misclassified No
Message-id <1295496706.47.0.958787509809.issue10952@psf.upfronthosting.co.za>
In-reply-to
Content
Victor> Ok, I think that it is possible.

While it is possible, I am not sure it is a good idea.  For example, if a filesystem uses encoding that is capable of distinguishing between "\xB5Torrent.py" and "\u03BCTorrent.py", should "import \xB5Torrent" and "import \u03BCTorrent" import different modules?
History
Date User Action Args
2011-01-20 04:11:46belopolskysetrecipients: + belopolsky, loewis, vstinner
2011-01-20 04:11:46belopolskysetmessageid: <1295496706.47.0.958787509809.issue10952@psf.upfronthosting.co.za>
2011-01-20 04:11:42belopolskylinkissue10952 messages
2011-01-20 04:11:42belopolskycreate