summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-11 19:50:13 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-11-11 19:50:13 (GMT)
commitde5aff293256793ebdbed357ef69fbbcb43b24c1 (patch)
tree9597bffe7ad3b284d93868e537cdd3e2472f6eef /Misc
parent785918250fc818d83a5bb6e62a3018c67fba76ee (diff)
downloadcpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.zip
cpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.tar.gz
cpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.tar.bz2
#15422: remove NEWS item for a change that was later reverted
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b97d23..d5a5b59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2829,9 +2829,6 @@ C-API
- Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
-- Issue #15422: Get rid of PyCFunction_New macro. Use PyCFunction_NewEx
- function (PyCFunction_New func is still present for backward compatibility).
-
- Issue #16505: Remove unused Py_TPFLAGS_INT_SUBCLASS.
- Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned