From: Benjamin Peterson Date: Thu, 28 Jan 2010 01:24:46 +0000 (+0000) Subject: add compat note X-Git-Tag: v2.7a3~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef7d4f73cef4b5515cb595bdb60d5a6289867d6;p=python add compat note --- diff --git a/Misc/NEWS b/Misc/NEWS index 6cf0050018..93b7494a2d 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