From: Benjamin Peterson Date: Sat, 23 May 2009 20:59:09 +0000 (+0000) Subject: remove mention of old ctypes version X-Git-Tag: v2.7a1~1117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d517c54be8a46545ffe3d350ee6cd3b700e165;p=python remove mention of old ctypes version --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 9a1acd6f34..eca14d6a60 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1210,8 +1210,7 @@ constructs a new Python object each time! Variable-sized data types ^^^^^^^^^^^^^^^^^^^^^^^^^ -``ctypes`` provides some support for variable-sized arrays and structures (this -was added in version 0.9.9.7). +``ctypes`` provides some support for variable-sized arrays and structures. The ``resize`` function can be used to resize the memory buffer of an existing ctypes object. The function takes the object as first argument, and the