Serhiy Storchaka added the comment:

I think that if you need a module with non-ASCII name, you can wrap it in 
Python module.

=== späm.py ===
from _spam import *
from _spam import __all__, __doc__
=== späm.py ===

----------
nosy: +serhiy.storchaka

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

Reply via email to