summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-28 02:15:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-28 02:15:02 (GMT)
commite06f7114a2f5236a7e8b1380b0b80c5753035de5 (patch)
tree22f39631a577d328ab092eb324ce92a14d5c80b9
parent4611b05bd8c7922155f49f5401f10963f48bded1 (diff)
downloadcpython-e06f7114a2f5236a7e8b1380b0b80c5753035de5.zip
cpython-e06f7114a2f5236a7e8b1380b0b80c5753035de5.tar.gz
cpython-e06f7114a2f5236a7e8b1380b0b80c5753035de5.tar.bz2
an -> a
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93b7494..2bdd5a5 100644
--- 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