diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-10 01:58:52 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-10 01:58:52 (GMT) |
commit | 22ef9f722e6aa138d047625dd845c9a101c4454d (patch) | |
tree | ed32532d048881fdd1272659fa72aa3e6299ac83 /Misc/NEWS | |
parent | 78daf00e3fe8e099cf0e2b7710e8c5878d2d4bcc (diff) | |
parent | 8ce6806498be8aa8ae4bd3d3d83624766557ffad (diff) | |
download | cpython-22ef9f722e6aa138d047625dd845c9a101c4454d.zip cpython-22ef9f722e6aa138d047625dd845c9a101c4454d.tar.gz cpython-22ef9f722e6aa138d047625dd845c9a101c4454d.tar.bz2 |
merge 3.3 (#23361)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Core and Builtins Library ------- +- Issue #23361: Fix possible overflow in Windows subprocess creation code. What's New in Python 3.4.3rc1? ============================== |