[Python-checkins] cpython: #15422: remove NEWS item for a change that was later reverted

andrew.kuchling python-checkins at python.org
Mon Nov 11 20:50:25 CET 2013


http://hg.python.org/cpython/rev/267ad2ed4138
changeset:   87055:267ad2ed4138
user:        Andrew Kuchling <amk at amk.ca>
date:        Mon Nov 11 14:50:13 2013 -0500
summary:
  #15422: remove NEWS item for a change that was later reverted

files:
  Misc/NEWS |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2829,9 +2829,6 @@
 
 - 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list