[issue12757] undefined name in doctest.py

R. David Murray report at bugs.python.org
Sat Mar 17 20:59:51 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

OK, ./python -OO -m test test_json will trigger it.

Updated fix attached.  I'm not completely happy with it, though, since it prints the 'skipping test from module XXX' twice, and I don't know why (some unittest thing I'm not getting right, doubtless).

----------
nosy: +michael.foord
Added file: http://bugs.python.org/file24915/doctest.patch

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


More information about the Python-bugs-list mailing list