summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-10-29 17:29:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-10-29 17:29:36 (GMT)
commit3b6bd645206abca069aee790e9926066e484225e (patch)
tree2bf2839f188d26453397f5bd690672f676b41fd8
parent0f26a3a8c9fa9e813c43ea414ea6df575b1ee4c4 (diff)
downloadcpython-3b6bd645206abca069aee790e9926066e484225e.zip
cpython-3b6bd645206abca069aee790e9926066e484225e.tar.gz
cpython-3b6bd645206abca069aee790e9926066e484225e.tar.bz2
Merge two Tests sections of the current NEWS.
-rw-r--r--Misc/NEWS13
1 files changed, 5 insertions, 8 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6c563e..e19acd8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1112,14 +1112,6 @@ IDLE
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.
-Tests
------
-
-- Issue #16000: Convert test_curses to use unittest.
-
-- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
- present. Patch by Remi Pointel.
-
Build
-----
@@ -1237,6 +1229,11 @@ Tests
- Issue #22173: Update lib2to3 tests to use unittest test discovery.
+- Issue #16000: Convert test_curses to use unittest.
+
+- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
+ present. Patch by Remi Pointel.
+
- Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier
de Gaye.