diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-10 02:00:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-10 02:00:00 (GMT) |
commit | 5ef01e9b93493a1ca8746b956a70972ef52b3791 (patch) | |
tree | bae18fe68e5994768b8a405ee555ba090f092ade /Misc | |
parent | 365701add94255d753d555c6b3833dd8cc6d43a0 (diff) | |
parent | 22ef9f722e6aa138d047625dd845c9a101c4454d (diff) | |
download | cpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.zip cpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.tar.gz cpython-5ef01e9b93493a1ca8746b956a70972ef52b3791.tar.bz2 |
merge 3.4 (#23361)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |