summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 666139f..5467809 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,6 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
-=======
- Issue #6902: Fix problem with built-in types format incorrectly with
0 padding.
@@ -782,6 +781,9 @@ Documentation
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`.