summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-08-11 01:32:10 (GMT)
committerBrian Curtin <brian@python.org>2011-08-11 01:32:10 (GMT)
commit0275fc191caf88da56d913b1b3fe8e8a77f59210 (patch)
treefb13b1a1f664c76d087a862e490d134ed5c7be86
parentdfc80e3d97680ee26e509daba4a08502fefe22ee (diff)
downloadcpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.zip
cpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.tar.gz
cpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.tar.bz2
News item for #12724
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c41532c..aaeb1b2 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.