summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-05 17:52:59 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-05 17:52:59 (GMT)
commit59475e97399fa7691fab6d01cd8df7db70b0dba6 (patch)
tree19b6d643bc455933f74c6932dc24747abb44df34
parent2e75c450d23987d49afb2a093f71cd849c2b27b9 (diff)
downloadcpython-59475e97399fa7691fab6d01cd8df7db70b0dba6.zip
cpython-59475e97399fa7691fab6d01cd8df7db70b0dba6.tar.gz
cpython-59475e97399fa7691fab6d01cd8df7db70b0dba6.tar.bz2
Backport from py3k: Implement the new buffer interface from pep3118
for ctypes instances. Closes issue #2404.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 800d031..9083bbc 100644
--- 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.