STINNER Victor <victor.stin...@haypocalc.com> added the comment:

"µTorrent.py" filename example comes from #10754.

This issue is unrelated to the Python parser or the import machinery: it is a 
surprising behaviour of the MBCS codec which replaces unencodable characters to 
a similar glyph. I changed the MBCS in Python 3.2 to be strict (it now raises 
an error on unencodable character).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10952>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to