[Python-checkins] r63963 - python/trunk/Misc/NEWS

thomas.heller python-checkins at python.org
Thu Jun 5 19:53:00 CEST 2008


Author: thomas.heller
Date: Thu Jun  5 19:52:59 2008
New Revision: 63963

Log:
Backport from py3k: Implement the new buffer interface from pep3118
for ctypes instances.  Closes issue #2404.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jun  5 19:52:59 2008
@@ -72,6 +72,8 @@
 Library
 -------
 
+- Issue #2404: ctypes objects support the new pep3118 buffer interface
+
 - Patch #2125: Add GetInteger and GetString methods for 
   msilib.Record objects.
 


More information about the Python-checkins mailing list