]> granicus.if.org Git - python/commitdiff
Move entries to the right place
authorÉric Araujo <merwok@netwok.org>
Wed, 2 Feb 2011 23:30:04 +0000 (23:30 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 2 Feb 2011 23:30:04 +0000 (23:30 +0000)
Misc/NEWS

index 88c6749835fec85f79e0a8a192573c2cafc0a85c..b1647419fea1af74e9b9c608f8a488f1d9e2f93e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,10 +37,6 @@ Core and Builtins
 Library
 -------
 
-- Issue #2236: distutils' mkpath ignored the mode parameter.
-
-- Fix typo in one sdist option (medata-check).
-
 - Issue #11089: Fix performance issue limiting the use of ConfigParser()
   with large config files.
 
@@ -212,6 +208,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #2236: distutils' mkpath ignored the mode parameter.
+
+- Fix typo in one sdist option (medata-check).
+
 - Issue #10323: itertools.islice() now consumes the minimum number of
   inputs before stopping.  Formerly, the final state of the underlying
   iterator was undefined.