[issue1559549] ImportError needs attributes for module and file name

STINNER Victor report at bugs.python.org
Mon Mar 7 10:18:08 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The module name is a UTF-8 encoded string yes. It should be documented in PyModuleDef structure. I already documented the encoding in PyModule_New().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1559549>
_______________________________________


More information about the Python-bugs-list mailing list