]> granicus.if.org Git - python/commit
Merged revisions 78351 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 01:46:21 +0000 (01:46 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 01:46:21 +0000 (01:46 +0000)
commit378c0cf5abb4c49c1a95597d3c5284dc93dd7822
tree0a7c9a724887dff98a5abefd9b09da0de6889731
parent72aee3dcabf98a0b8a7a60cccab4fbd1ef63fbd2
Merged revisions 78351 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78351 | r.david.murray | 2010-02-22 19:24:49 -0500 (Mon, 22 Feb 2010) | 5 lines

  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