Backport from py3k: Implement the new buffer interface from pep3118

for ctypes instances.  Closes issue #2404.
This commit is contained in:
Thomas Heller 2008-06-05 17:52:59 +00:00
parent 2e75c450d2
commit 59475e9739
1 changed files with 2 additions and 0 deletions

View File

@ -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.