summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-16 19:49:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-16 19:49:20 (GMT)
commite5e7a7cbf450f80fa9a88038878b6bd525313f37 (patch)
tree02534825505cbbe06aa12dfda5386330a0d67605 /Misc
parente3eb0615af1389f221cb617de71fe9bb42bb7769 (diff)
parentc28f6fa505f717698038b41492265129c77dfc0e (diff)
downloadcpython-e5e7a7cbf450f80fa9a88038878b6bd525313f37.zip
cpython-e5e7a7cbf450f80fa9a88038878b6bd525313f37.tar.gz
cpython-e5e7a7cbf450f80fa9a88038878b6bd525313f37.tar.bz2
#11420: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ec7c66..a52f4ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -654,6 +654,9 @@ Library
Tests
-----
+- Issue #11420: make test suite pass with -B/DONTWRITEBYTECODE set.
+ Initial patch by Thomas Wouters.
+
- Issue #10652: make tcl/tk tests run after __all__ test, patch by
Zachary Ware.