diff options
author | Brian Curtin <brian@python.org> | 2011-08-11 01:32:10 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-08-11 01:32:10 (GMT) |
commit | 0275fc191caf88da56d913b1b3fe8e8a77f59210 (patch) | |
tree | fb13b1a1f664c76d087a862e490d134ed5c7be86 | |
parent | dfc80e3d97680ee26e509daba4a08502fefe22ee (diff) | |
download | cpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.zip cpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.tar.gz cpython-0275fc191caf88da56d913b1b3fe8e8a77f59210.tar.bz2 |
News item for #12724
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |