[Python-checkins] cpython: Fix news entry for issue 24018.

guido.van.rossum python-checkins at python.org
Sat May 9 20:37:42 CEST 2015


https://hg.python.org/cpython/rev/f7cc54086cd2
changeset:   95935:f7cc54086cd2
user:        Guido van Rossum <guido at python.org>
date:        Sat May 09 11:37:23 2015 -0700
summary:
  Fix news entry for issue 24018.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list