summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-10-24 18:24:58 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-10-24 18:24:58 (GMT)
commit64c1c0720170dbd78dbac333d4c268439ac856bc (patch)
treea3f599b784762ac06f88726b42861a49eb7a7293 /Misc/NEWS
parenta94200e6ce17d794c121cbeff7d9b61b206a2429 (diff)
parentf8859e1808eff603b727d1adbeb38f745c9fedb5 (diff)
downloadcpython-64c1c0720170dbd78dbac333d4c268439ac856bc.zip
cpython-64c1c0720170dbd78dbac333d4c268439ac856bc.tar.gz
cpython-64c1c0720170dbd78dbac333d4c268439ac856bc.tar.bz2
merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 115ff69..cd8c9bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,11 @@ 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 #9168: now smtpd is able to bind privileged port.
- Issue #12529: fix cgi.parse_header issue on strings with double-quotes and
@@ -193,6 +198,12 @@ Extension Modules
- Issue #12950: Fix passing file descriptors in multiprocessing, under
OpenIndiana/Illumos.
+Documentation
+-------------
+
+- Issue #13141: Demonstrate recommended style for socketserver examples.
+
+
What's New in Python 3.2.2?
===========================