merge heads

This commit is contained in:
Petri Lehtinen 2011-10-24 21:22:39 +03:00
commit 08a95cabe3
25 changed files with 283 additions and 243 deletions

View file

@ -341,6 +341,13 @@ Core and Builtins
Library
-------
- Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
- Issue #13255: wrong docstrings in array module.
- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module.
- Issue #13235: Added PendingDeprecationWarning to warn() method and function.
- Issue #9168: now smtpd is able to bind privileged port.
@ -1681,6 +1688,8 @@ C-API
Documentation
-------------
- Issue #13141: Demonstrate recommended style for socketserver examples.
- Issue #11818: Fix tempfile examples for Python 3.