add compat note

This commit is contained in:
Benjamin Peterson 2010-01-28 01:24:46 +00:00
parent 94c33ebfa8
commit 9ef7d4f73c
1 changed files with 2 additions and 0 deletions

View File

@ -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