[Python-checkins] r88327 - python/branches/release31-maint/Misc/NEWS

eric.araujo python-checkins at python.org
Thu Feb 3 00:30:04 CET 2011


Author: eric.araujo
Date: Thu Feb  3 00:30:04 2011
New Revision: 88327

Log:
Move entries to the right place


Modified:
   python/branches/release31-maint/Misc/NEWS

Modified: python/branches/release31-maint/Misc/NEWS
==============================================================================
--- python/branches/release31-maint/Misc/NEWS	(original)
+++ python/branches/release31-maint/Misc/NEWS	Thu Feb  3 00:30:04 2011
@@ -37,10 +37,6 @@
 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 @@
 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.


More information about the Python-checkins mailing list