From 9ef7d4f73cef4b5515cb595bdb60d5a6289867d6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 28 Jan 2010 01:24:46 +0000 Subject: add compat note --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12