]> granicus.if.org Git - python/commitdiff
Backport from py3k: Implement the new buffer interface from pep3118
authorThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:52:59 +0000 (17:52 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:52:59 +0000 (17:52 +0000)
for ctypes instances.  Closes issue #2404.

Misc/NEWS

index 800d031c72906e98b8779cbc190ccd0b7911b6a6..9083bbcabe6c642b79a053cfd65dc87d6a887999 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Extension Modules
 Library
 -------
 
+- Issue #2404: ctypes objects support the new pep3118 buffer interface
+
 - Patch #2125: Add GetInteger and GetString methods for 
   msilib.Record objects.