diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-02 16:18:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-02 16:18:56 (GMT) |
commit | 83d8fc265a962a4bdec76c34396a6eb83e961fcd (patch) | |
tree | ee3501fed4415e243cae6f2344082d8254e67ff9 /Misc | |
parent | 4e02f8f4aec46ffba087e525188a6429a155b8f9 (diff) | |
parent | 5061e67f0f6e08e99b2ca3b560cd64d8cc5aa515 (diff) | |
download | cpython-83d8fc265a962a4bdec76c34396a6eb83e961fcd.zip cpython-83d8fc265a962a4bdec76c34396a6eb83e961fcd.tar.gz cpython-83d8fc265a962a4bdec76c34396a6eb83e961fcd.tar.bz2 |
merge 3.4 (#23367)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ Library - Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. +- Issue #23367: Fix possible overflows in the unicodedata module. + - Issue #23361: Fix possible overflow in Windows subprocess creation code. - logging.handlers.QueueListener now takes a respect_handler_level keyword |