http://hg.python.org/cpython/rev/3a6782f2a4a8 changeset: 71811:3a6782f2a4a8 user: Brian Curtin <brian at python.org> date: Wed Aug 10 20:32:10 2011 -0500 summary: News item for #12724 files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1345,6 +1345,8 @@ C-API ----- +- Issue #12724: Add Py_RETURN_NOTIMPLEMENTED macro for returning NotImplemented. + - PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with Mercurial. -- Repository URL: http://hg.python.org/cpython