summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-28 01:24:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-28 01:24:46 (GMT)
commit9ef7d4f73cef4b5515cb595bdb60d5a6289867d6 (patch)
tree41491faaa66c1fff71ee5b1b731b194e0a78a3e0 /Misc
parent94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 (diff)
downloadcpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.zip
cpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.tar.gz
cpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.tar.bz2
add compat note
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6cf0050..93b7494 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -180,6 +180,8 @@ 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