From: Brian Curtin Date: Thu, 11 Aug 2011 01:32:10 +0000 (-0500) Subject: News item for #12724 X-Git-Tag: v3.3.0a1~1719 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0275fc191caf88da56d913b1b3fe8e8a77f59210;p=python News item for #12724 --- diff --git a/Misc/NEWS b/Misc/NEWS index c41532cf79..aaeb1b2fc5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1345,6 +1345,8 @@ Tests C-API ----- +- Issue #12724: Add Py_RETURN_NOTIMPLEMENTED macro for returning NotImplemented. + - PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with Mercurial.