[Python-checkins] cpython: Merge two Tests sections of the current NEWS.

zach.ware python-checkins at python.org
Wed Oct 29 18:30:15 CET 2014


https://hg.python.org/cpython/rev/b381ff5d23b7
changeset:   93256:b381ff5d23b7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Oct 29 12:29:36 2014 -0500
summary:
  Merge two Tests sections of the current NEWS.

files:
  Misc/NEWS |  13 +++++--------
  1 files changed, 5 insertions(+), 8 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1112,14 +1112,6 @@
 - 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 @@
 
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list