]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a bunch of doctests with the -d option of refactor.py.
authorGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 20:13:25 +0000 (20:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 20:13:25 +0000 (20:13 +0000)
commit7131f84400d85d35d0323c262cc0926bef5a18cf
tree4cc23830260de4be99d1ba56b9b80b20edb02996
parent4502c804b9f15d26d7636d9c3b5f7faadb2f5362
Fix a bunch of doctests with the -d option of refactor.py.
We still have 27 failing tests (down from 39).
24 files changed:
Lib/Cookie.py
Lib/ctypes/test/test_objects.py
Lib/decimal.py
Lib/difflib.py
Lib/distutils/versionpredicate.py
Lib/doctest.py
Lib/nntplib.py
Lib/smtplib.py
Lib/telnetlib.py
Lib/test/doctest_aliases.py
Lib/test/sample_doctest.py
Lib/test/test_code.py
Lib/test/test_deque.py
Lib/test/test_descrtut.py
Lib/test/test_doctest.py
Lib/test/test_doctest2.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_itertools.py
Lib/test/test_syntax.py
Lib/test/test_urllib2.py
Lib/test/test_weakref.py
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py