cpython: f7cc54086cd2 (original) (raw)
Mercurial > cpython
changeset 95935:f7cc54086cd2
Fix news entry for issue 24018. [#24018]
Guido van Rossum guido@python.org | |
---|---|
date | Sat, 09 May 2015 11:37:23 -0700 |
parents | 5d8bc813d270 |
children | 787cc3d1d3af 2ca5a37f996f |
files | Misc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Misc/NEWS 2 |
line wrap: on
line diff
--- 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.