summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-16 17:48:51 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-16 17:48:51 (GMT)
commitc28f6fa505f717698038b41492265129c77dfc0e (patch)
treebad09c02133d9768950a6d79a53728232d8646a0 /Misc
parent58e1e50be1c19975cdff92f0670b9cff985b2308 (diff)
downloadcpython-c28f6fa505f717698038b41492265129c77dfc0e.zip
cpython-c28f6fa505f717698038b41492265129c77dfc0e.tar.gz
cpython-c28f6fa505f717698038b41492265129c77dfc0e.tar.bz2
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
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 d2d399e..6bde852 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -964,6 +964,9 @@ Extension Modules
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.