[Python-checkins] r72876 - python/trunk/Doc/library/ctypes.rst

benjamin.peterson python-checkins at python.org
Sat May 23 22:59:09 CEST 2009


Author: benjamin.peterson
Date: Sat May 23 22:59:09 2009
New Revision: 72876

Log:
remove mention of old ctypes version

Modified:
   python/trunk/Doc/library/ctypes.rst

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Sat May 23 22:59:09 2009
@@ -1210,8 +1210,7 @@
 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


More information about the Python-checkins mailing list