]> granicus.if.org Git - python/commitdiff
Issue #10538 - Update Misc/NEWS
authorkrisvale <sweskman@gmail.com>
Thu, 22 Mar 2012 20:17:42 +0000 (20:17 +0000)
committerkrisvale <sweskman@gmail.com>
Thu, 22 Mar 2012 20:17:42 +0000 (20:17 +0000)
Misc/NEWS

index b39c1d694a8ff1a3c73e32b10e4e6aad0edd6422..f8190298dbe4ded92b06770468c44608499d5b5a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,11 @@ Core and Builtins
 - 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
 -------