summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-02 02:35:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-02 02:35:34 (GMT)
commitc468b537cd227ce5484500a8f8ea7e932eabc7d5 (patch)
tree6f69d38e1640f2b243ae148e62424d605a6ee4d8 /Misc
parentf635dc32b1dc3d322acd281921afdb8c13261838 (diff)
parent0eaabf1c05127793753dbb3641d4d107b284ae77 (diff)
downloadcpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.zip
cpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.tar.gz
cpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.tar.bz2
merge 3.3 (#23364, #23363)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0972950..d0ee519 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,10 @@ Core and Builtins
Library
-------
+- Issue #23363: Fix possible overflow in itertools.permutations.
+
+- Issue #23364: Fix possible overflow in itertools.product.
+
- Issue #23366: Fixed possible integer overflow in itertools.combinations.
- Issue #23366: Fixed possible integer overflow in itertools.combinations.