]> granicus.if.org Git - python/commitdiff
remove mention of old ctypes version
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 20:59:09 +0000 (20:59 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 20:59:09 +0000 (20:59 +0000)
Doc/library/ctypes.rst

index 9a1acd6f34305917f85dcd4291d23411c0c9c827..eca14d6a60023aca475f9836d7d8f5666032f614 100644 (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