]> granicus.if.org Git - python/commitdiff
Merge two Tests sections of the current NEWS.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 29 Oct 2014 17:29:36 +0000 (12:29 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 29 Oct 2014 17:29:36 +0000 (12:29 -0500)
Misc/NEWS

index a6c563e3ab846e55c3b1896906df6142a3bb5dee..e19acd80b4c74ee9c5a36a8f5e7571e16f9114ff 100644 (file)
--- 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.