diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:36:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:36:01 (GMT) |
commit | 5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a (patch) | |
tree | 54d6a3f6338a8fec9015cf708f12007b4007e4bb /Misc | |
parent | 38d9772622fa13f7dc1033cd29bad1b15a31c8b4 (diff) | |
parent | c468b537cd227ce5484500a8f8ea7e932eabc7d5 (diff) | |
download | cpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.zip cpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.tar.gz cpython-5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a.tar.bz2 |
merge 3.4 (#23364, #23363)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |