summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-16 18:04:44 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-16 18:04:44 (GMT)
commite015b6b1fc5a8ee42c8643ff98b4a1559fe1a551 (patch)
tree10e72da88156ec05df28e8dad4f534b1c14bacaa /Misc
parentb1ed05c7a5158e9cf59b48dd12ed96233d2490ce (diff)
downloadcpython-e015b6b1fc5a8ee42c8643ff98b4a1559fe1a551.zip
cpython-e015b6b1fc5a8ee42c8643ff98b4a1559fe1a551.tar.gz
cpython-e015b6b1fc5a8ee42c8643ff98b4a1559fe1a551.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 790979c..15d6690 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -818,6 +818,9 @@ Extension Modules
Tests
-----
+- Issue #11420: make test suite pass with -B/DONTWRITEBYTECODE set.
+ Initial patch by Thomas Wouters.
+
- Issue #17299: Add test coverage for cPickle with file objects and general IO
objects. Original patch by Aman Shah.