summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-02 02:36:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-02 02:36:01 (GMT)
commit5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a (patch)
tree54d6a3f6338a8fec9015cf708f12007b4007e4bb /Misc
parent38d9772622fa13f7dc1033cd29bad1b15a31c8b4 (diff)
parentc468b537cd227ce5484500a8f8ea7e932eabc7d5 (diff)
downloadcpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.zip
cpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.tar.gz
cpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.tar.bz2
merge 3.4 (#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 26db720..83eadec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -229,6 +229,10 @@ Library
- Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
implementation in issue #21408 they are redundant.
+- 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.