diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-28 01:24:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-28 01:24:46 (GMT) |
commit | 9ef7d4f73cef4b5515cb595bdb60d5a6289867d6 (patch) | |
tree | 41491faaa66c1fff71ee5b1b731b194e0a78a3e0 /Misc | |
parent | 94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 (diff) | |
download | cpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.zip cpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.tar.gz cpython-9ef7d4f73cef4b5515cb595bdb60d5a6289867d6.tar.bz2 |
add compat note
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |