remove mention of old ctypes version

This commit is contained in:
Benjamin Peterson 2009-05-23 20:59:09 +00:00
parent 40748f362b
commit 91d517c54b
1 changed files with 1 additions and 2 deletions

View File

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