diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-24 11:57:00 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-24 11:57:00 (GMT) |
commit | 20f8728bf0cce877c1908b15ddc59e2d1011ad0f (patch) | |
tree | 17ed9f4ab97f06a7f453758f3aebe4f15b9abea7 /Misc | |
parent | 09141c4782ba1b22ed7d3cc7a674e950c9a5ef6b (diff) | |
download | cpython-20f8728bf0cce877c1908b15ddc59e2d1011ad0f.zip cpython-20f8728bf0cce877c1908b15ddc59e2d1011ad0f.tar.gz cpython-20f8728bf0cce877c1908b15ddc59e2d1011ad0f.tar.bz2 |
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -149,6 +149,12 @@ Build - Issue #20609: Restored the ability to build 64-bit Windows binaries on 32-bit Windows, which was broken by the change in issue #19788. +Tools/Demos +----------- + +- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. + Patch by Arfrever Frehtes Taifersar Arahesis. + What's New in Python 3.3.4? =========================== |