summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-10 02:00:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-10 02:00:00 (GMT)
commit5ef01e9b93493a1ca8746b956a70972ef52b3791 (patch)
treebae18fe68e5994768b8a405ee555ba090f092ade /Misc
parent365701add94255d753d555c6b3833dd8cc6d43a0 (diff)
parent22ef9f722e6aa138d047625dd845c9a101c4454d (diff)
downloadcpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.zip
cpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.tar.gz
cpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.tar.bz2
merge 3.4 (#23361)
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 b34ff5c..12a3762 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #23361: Fix possible overflow in Windows subprocess creation code.
+
- logging.handlers.QueueListener now takes a respect_handler_level keyword
argument which, if set to True, will pass messages to handlers taking handler
levels into account.