This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Suzumizaki, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2014-02-02.16:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391357645.45.0.499527931026.issue20485@psf.upfronthosting.co.za>
In-reply-to
Content
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 ===
History
Date User Action Args
2014-02-02 16:14:05serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, Suzumizaki, eric.snow
2014-02-02 16:14:05serhiy.storchakasetmessageid: <1391357645.45.0.499527931026.issue20485@psf.upfronthosting.co.za>
2014-02-02 16:14:05serhiy.storchakalinkissue20485 messages
2014-02-02 16:14:05serhiy.storchakacreate