diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-16 18:04:44 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-16 18:04:44 (GMT) |
commit | e015b6b1fc5a8ee42c8643ff98b4a1559fe1a551 (patch) | |
tree | 10e72da88156ec05df28e8dad4f534b1c14bacaa /Misc | |
parent | b1ed05c7a5158e9cf59b48dd12ed96233d2490ce (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |