Kaydet (Commit) 91d517c5 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove mention of old ctypes version

üst 40748f36
...@@ -1210,8 +1210,7 @@ constructs a new Python object each time! ...@@ -1210,8 +1210,7 @@ constructs a new Python object each time!
Variable-sized data types Variable-sized data types
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
``ctypes`` provides some support for variable-sized arrays and structures (this ``ctypes`` provides some support for variable-sized arrays and structures.
was added in version 0.9.9.7).
The ``resize`` function can be used to resize the memory buffer of an existing 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 ctypes object. The function takes the object as first argument, and the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment