summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-05-09 18:37:23 (GMT)
committerGuido van Rossum <guido@python.org>2015-05-09 18:37:23 (GMT)
commit582d3fb1a5be2ffced3ca651227f486efbe1f477 (patch)
tree5e7e4504023ae52dd6e6820c10c41c98d5b642be /Misc
parent80e4dbea0ebbc7fa6a25c83c854414bac11d6a15 (diff)
downloadcpython-582d3fb1a5be2ffced3ca651227f486efbe1f477.zip
cpython-582d3fb1a5be2ffced3ca651227f486efbe1f477.tar.gz
cpython-582d3fb1a5be2ffced3ca651227f486efbe1f477.tar.bz2
Fix news entry for issue 24018.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c40764..a61deb0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,7 @@ Library
- Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
assertWarnsRegex() checks are not longer successful if the callable is None.
-- Issue #24018: Add a collections.Generator abstract base class.
+- Issue #24018: Add a collections.abc.Generator abstract base class.
Contributed by Stefan Behnel.
- Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.