summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 296c38a..c9399be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library
- Issue #23366: Fixed possible integer overflow in itertools.combinations.
+- Issue #23365: Fixed possible integer overflow in
+ itertools.combinations_with_replacement.
+
What's New in Python 3.3.6?
===========================