changeset: 95935:f7cc54086cd2 user: Guido van Rossum date: Sat May 09 11:37:23 2015 -0700 files: Misc/NEWS description: Fix news entry for issue 24018. diff -r 5d8bc813d270 -r f7cc54086cd2 Misc/NEWS --- a/Misc/NEWS Sat May 09 14:04:17 2015 -0400 +++ b/Misc/NEWS Sat May 09 11:37:23 2015 -0700 @@ -41,7 +41,7 @@ - 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.