diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:11:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:11:39 (GMT) |
commit | f635dc32b1dc3d322acd281921afdb8c13261838 (patch) | |
tree | 60356caab13853d253743dd8a705504fe0d21e49 /Misc/NEWS | |
parent | 819c4e9bc41abceca28c4f8488244d03c679b8c4 (diff) | |
parent | 6f082297b260d3eb4975d6d4305eba6fd26f9ae9 (diff) | |
download | cpython-f635dc32b1dc3d322acd281921afdb8c13261838.zip cpython-f635dc32b1dc3d322acd281921afdb8c13261838.tar.gz cpython-f635dc32b1dc3d322acd281921afdb8c13261838.tar.bz2 |
merge 3.3 (#23365)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ Library - Issue #23366: Fixed possible integer overflow in itertools.combinations. +- Issue #23366: Fixed possible integer overflow in itertools.combinations. + - Issue #23369: Fixed possible integer overflow in _json.encode_basestring_ascii. |