From de5aff293256793ebdbed357ef69fbbcb43b24c1 Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Mon, 11 Nov 2013 14:50:13 -0500 Subject: #15422: remove NEWS item for a change that was later reverted --- Misc/NEWS | 3 --- 1 file changed, 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 -- cgit v0.12