From: Guido van Rossum Date: Sat, 9 May 2015 18:37:23 +0000 (-0700) Subject: Fix news entry for issue 24018. X-Git-Tag: v3.5.0b1~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=582d3fb1a5be2ffced3ca651227f486efbe1f477;p=python Fix news entry for issue 24018. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8c40764cc7..a61deb008b 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.