]> granicus.if.org Git - python/commit
Issue 6292: for the moment at least, the test suite passes if run
authorR. David Murray <rdmurray@bitdance.com>
Tue, 23 Feb 2010 00:24:49 +0000 (00:24 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 23 Feb 2010 00:24:49 +0000 (00:24 +0000)
commitf28fd24c36310541a1f3ec74e92e8d38629dd5d8
treeca85998492ba91f8874ba63fecd77397f65ad3d6
parent87bcb243acfd758b3e91e194bf8f1198ae68a792
Issue 6292: for the moment at least, the test suite passes if run
with -OO.  Tests requiring docstrings are skipped.  Patch by
Brian Curtin, thanks to Matias Torchinsky for helping review and
improve the patch.
19 files changed:
Lib/distutils/tests/test_build_py.py
Lib/distutils/tests/test_extension.py
Lib/distutils/tests/test_install_lib.py
Lib/doctest.py
Lib/lib2to3/tests/test_refactor.py
Lib/test/test_collections.py
Lib/test/test_contextlib.py
Lib/test/test_descr.py
Lib/test/test_doctest2.py
Lib/test/test_docxmlrpc.py
Lib/test/test_functools.py
Lib/test/test_inspect.py
Lib/test/test_pkg.py
Lib/test/test_property.py
Lib/test/test_pydoc.py
Lib/test/test_unittest.py
Lib/test/test_xmlrpc.py
Misc/ACKS
Misc/NEWS