[issue10952] Don't normalize module names to NFKC?

Alexander Belopolsky report at bugs.python.org
Thu Jan 20 05:11:46 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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?

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10952>
_______________________________________


More information about the Python-bugs-list mailing list