]> granicus.if.org Git - python/commitdiff
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
authorBarry Warsaw <barry@python.org>
Mon, 5 Dec 2011 21:50:41 +0000 (16:50 -0500)
committerBarry Warsaw <barry@python.org>
Mon, 5 Dec 2011 21:50:41 +0000 (16:50 -0500)
  given by Campbell Barton).

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index fbf18ccd9196c99739ec59f221f356368177e6f1,e65e8054b4a0a3b44f922ceaf70bcd8a50f8ed78..f941c63128f895642676e4655f0de46a5ab04ca9
+++ b/Misc/NEWS
@@@ -10,10 -10,9 +10,13 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER.  (Fix
+   given by Campbell Barton).
 +- Issue #13503: Use a more efficient reduction format for bytearrays with
 +  pickle protocol >= 3.  The old reduction format is kept with older protocols
 +  in order to allow unpickling under Python 2.  Patch by Irmen de Jong.
 +
  - Issue #7111: Python can now be run without a stdin, stdout or stderr
    stream.  It was already the case with Python 2.  However, the corresponding
    sys module entries are now set to None (instead of an unusable file object).