[issue20485] Enable 'import <Non-ASCII>.pyd'

Serhiy Storchaka report at bugs.python.org
Sun Feb 2 17:14:05 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20485>
_______________________________________


More information about the Python-bugs-list mailing list