[issue20485] Enable non-ASCII extension module names

2017-06-13 Thread Nick Coghlan
Nick Coghlan added the comment: PEP 489 was accepted and implemented, so Python 3.5+ supports non-ASCII extension module names as described in https://www.python.org/dev/peps/pep-0489/#export-hook-name -- resolution: -> fixed stage: test needed -> resolved status: open -> closed

[issue20485] Enable non-ASCII extension module names

2015-04-26 Thread Stefan Behnel
Stefan Behnel added the comment: PEP 489 (Redesigning extension module loading) includes the proposal to fix this by using punycode. -- ___ Python tracker ___ __

[issue20485] Enable non-ASCII extension module names

2014-02-05 Thread Stefan Behnel
Changes by Stefan Behnel : -- nosy: +scoder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue20485] Enable non-ASCII extension module names

2014-02-05 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue20485] Enable non-ASCII extension module names

2014-02-05 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20485] Enable non-ASCII extension module names

2014-02-05 Thread Brett Cannon
Changes by Brett Cannon : -- stage: -> test needed title: Enable 'import .pyd' -> Enable non-ASCII extension module names ___ Python tracker ___ ___