diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-16 17:48:51 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-16 17:48:51 (GMT) |
commit | c28f6fa505f717698038b41492265129c77dfc0e (patch) | |
tree | bad09c02133d9768950a6d79a53728232d8646a0 /Misc | |
parent | 58e1e50be1c19975cdff92f0670b9cff985b2308 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |