summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-11-15 18:22:23 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-11-15 18:22:23 (GMT)
commit8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0 (patch)
treebd5e219c1bb07c7743a6f44dc029f563ed00180d /Misc
parent9bd7f22c0505be784bcaad9a3b335dc273b79564 (diff)
parent021f4c2ecca4e65755fc39b01b7819df8dd9993f (diff)
downloadcpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.zip
cpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.tar.gz
cpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.tar.bz2
Issue #16481: Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 870b745..7ffbd7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,8 @@ Core and Builtins
Library
-------
+- Issue #16481: multiprocessing no longer leaks process handles on Windows.
+
- Issue #12428: Add a pure Python implementation of functools.partial().
Patch by Brian Thorne.