diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:22:39 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:22:39 (GMT) |
commit | 08a95cabe3ba7311d8a2327dc3d7e3e490e23333 (patch) | |
tree | 3ab22668ecd3dbbf88feb2a67a89762a7176eb05 /Misc | |
parent | 24bd5adcffb490a3f7523142cf663a03dfd5f5c5 (diff) | |
parent | feeb3a366c0971acf1d9a98019a7a60679c41240 (diff) | |
download | cpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.zip cpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.tar.gz cpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |