]> granicus.if.org Git - python/commitdiff
an -> a
authorBenjamin Peterson <benjamin@python.org>
Thu, 28 Jan 2010 02:15:02 +0000 (02:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 28 Jan 2010 02:15:02 +0000 (02:15 +0000)
Misc/NEWS

index 93b7494a2db96949b0ba4922ea46e16a8d558f9d..2bdd5a50a779a7f05bf84928255d4e70ba056c36 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
 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 @@ Core and Builtins
 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