summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-07-02 12:37:43 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-07-02 12:37:43 (GMT)
commite3e8bcf3e70d13e1cfa13f8871ff0f14e661610c (patch)
tree617112145f6f662e18b0be032fa6287b9c57853d /Misc
parentd7d3f376dd653ab7534dbdcaae14f49987cbd28d (diff)
downloadcpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.zip
cpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.tar.gz
cpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.tar.bz2
Issue #17261: Ensure multiprocessing's proxies use proper address.
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 c887f35..ca83f11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@ Core and Builtins
Library
-------
+- Issue #17261: Ensure multiprocessing's proxies use proper address.
+
- Issue #18343: faulthandler.register() now keeps the previous signal handler
when the function is called twice, so faulthandler.unregister() restores
correctly the original signal handler.