summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-10-24 18:22:39 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-10-24 18:22:39 (GMT)
commit08a95cabe3ba7311d8a2327dc3d7e3e490e23333 (patch)
tree3ab22668ecd3dbbf88feb2a67a89762a7176eb05 /Misc
parent24bd5adcffb490a3f7523142cf663a03dfd5f5c5 (diff)
parentfeeb3a366c0971acf1d9a98019a7a60679c41240 (diff)
downloadcpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.zip
cpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.tar.gz
cpython-08a95cabe3ba7311d8a2327dc3d7e3e490e23333.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f68030..64eff6a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.