[Python-checkins] r77811 - python/trunk/Misc/NEWS

benjamin.peterson python-checkins at python.org
Thu Jan 28 03:15:02 CET 2010


Author: benjamin.peterson
Date: Thu Jan 28 03:15:02 2010
New Revision: 77811

Log:
an -> a

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jan 28 03:15:02 2010
@@ -47,6 +47,8 @@
 Library
 -------
 
+- UserDict is now a new-style class.
+
 - Issue #7610: Reworked implementation of the internal
   :class:`zipfile.ZipExtFile` class used to represent files stored inside
   an archive.  The new implementation is significantly faster and can
@@ -180,8 +182,6 @@
 Library
 -------
 
-- UserDict is now an new-style class.
-
 - Issue #6963: Added "maxtasksperchild" argument to multiprocessing.Pool,
   allowing for a maximum number of tasks within the pool to be completed by
   the worker before that worker is terminated, and a new one created to


More information about the Python-checkins mailing list