]> granicus.if.org Git - python/commitdiff
Move test_packaging news entries to the tests section
authorÉric Araujo <merwok@netwok.org>
Thu, 26 May 2011 15:06:47 +0000 (17:06 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 26 May 2011 15:06:47 +0000 (17:06 +0200)
Misc/NEWS

index b7f39077f472af82bb564d6053360a85de5a5c5d..87359657c5a9b7d538ca37c1edc1911b6f8ad5b7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,9 +166,6 @@ Library
 - Issue #12175: FileIO.readall() now only reads the file position and size
   once.
 
-- Issue #12180: Fixed a few remaining errors in test_packaging when no
-  threading.
-
 - Issue #12175: RawIOBase.readall() now returns None if read() returns None.
 
 - Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError
@@ -213,9 +210,6 @@ Library
 - Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
   to be able to unload the module.
 
-- Issue #12120, #12119: skip a test in packaging and distutils
-  if sys.dont_write_bytecode is set to True.
-
 - Issue #12065: connect_ex() on an SSL socket now returns the original errno
   when the socket's timeout expires (it used to return None).
 
@@ -749,6 +743,12 @@ Extension Modules
 Tests
 -----
 
+- Issue #12180: Fixed a few remaining errors in test_packaging when no
+  threading.
+
+- Issue #12120, #12119: skip a test in packaging and distutils
+  if sys.dont_write_bytecode is set to True.
+
 - Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
   written by Charles-François Natali.