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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 666139f..5467809 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,6 @@
Core and Builtins
-----------------
-=======
- Issue #6902: Fix problem with built-in types format incorrectly with
0 padding.
@@ -782,6 +781,9 @@
Tests
-----
+- Issue #6292: for the moment at least, the test suite runs cleanly if python
+ is run with the -OO flag. Tests requiring docstrings are skipped.
+
- Issue #7712: test.support gained a new `temp_cwd` context manager which is
now also used by regrtest to run all the tests in a temporary directory.
The original CWD is saved in `support.SAVEDCWD`.