STINNER Victor added the comment:

This issue is a duplicate of the issue #11619. In short: when importing a 
Python module, Python 3.3 only supports paths encodable to the ANSI code page. 
The issue #11619 contains an huge patch to support *any* Unicode character in 
module path. I closed the issue because I consider that nobody needs such 
feature :-)

What is your usecase? Do you really need to support ∫ as *Python* module name 
or a Python script filename? Is Windows able to display this character at least?

----------
nosy: +haypo

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

Reply via email to