[issue3080] Full unicode import system

STINNER Victor report at bugs.python.org
Fri Jan 21 03:08:22 CET 2011


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

Oops, there is a dummy typo in imp_init_builtin() that makes test_importlib to crash (which proves that importlib has a good coverage :-)): replace "s:" by "U:" in if (!PyArg_ParseTuple(args, "s:init_builtin", &name)).

----------

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


More information about the Python-bugs-list mailing list