diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:24:58 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:24:58 (GMT) |
commit | 64c1c0720170dbd78dbac333d4c268439ac856bc (patch) | |
tree | a3f599b784762ac06f88726b42861a49eb7a7293 /Misc/NEWS | |
parent | a94200e6ce17d794c121cbeff7d9b61b206a2429 (diff) | |
parent | f8859e1808eff603b727d1adbeb38f745c9fedb5 (diff) | |
download | cpython-64c1c0720170dbd78dbac333d4c268439ac856bc.zip cpython-64c1c0720170dbd78dbac333d4c268439ac856bc.tar.gz cpython-64c1c0720170dbd78dbac333d4c268439ac856bc.tar.bz2 |
merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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? =========================== |