commit | 9ef7d4f73cef4b5515cb595bdb60d5a6289867d6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jan 28 01:24:46 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jan 28 01:24:46 2010 +0000 |
tree | 41491faaa66c1fff71ee5b1b731b194e0a78a3e0 | |
parent | 94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 [diff] [blame] |
add compat note
diff --git a/Misc/NEWS b/Misc/NEWS index 6cf0050..93b7494 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -180,6 +180,8 @@ 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