[Python-checkins] cpython (2.7): Issue #10538 - Update Misc/NEWS

kristjan.jonsson python-checkins at python.org
Thu Mar 22 21:20:20 CET 2012


http://hg.python.org/cpython/rev/8efe88c0f14e
changeset:   75887:8efe88c0f14e
branch:      2.7
parent:      75885:17c671529f7e
user:        krisvale <sweskman at gmail.com>
date:        Thu Mar 22 20:17:42 2012 +0000
summary:
  Issue #10538 - Update Misc/NEWS

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,11 @@
 - Issue #13521: dict.setdefault() now does only one lookup for the given key,
   making it "atomic" for many purposes.  Patch by Filip Gruszczyński.
 
+- Issue #10538: When using the "s*" code with PyArg_ParseTuple() to fill a
+  Py_buffer structure with data from an object supporting only the old
+  PyBuffer interface, a reference to the source objects is now properly added
+  to the Py_buffer.obj member.
+
 Library
 -------
 

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


More information about the Python-checkins mailing list