summaryrefslogtreecommitdiffstats
path: root/Doc/library/ctypes.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 (GMT)
commit35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch)
tree56520e401f31f82834da704af56430a70683bac8 /Doc/library/ctypes.rst
parent3513358e11df32cc02047e48a9a9a976343ba16c (diff)
downloadcpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.zip
cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz
cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.bz2
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/ctypes.rst')
-rw-r--r--Doc/library/ctypes.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index b2d672f..7b95ba1 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -2004,14 +2004,11 @@ Fundamental data types
.. class:: _SimpleCData
- This non-public class is the base class of all fundamental ctypes data types. It
- is mentioned here because it contains the common attributes of the fundamental
- ctypes data types. ``_SimpleCData`` is a subclass of ``_CData``, so it inherits
- their methods and attributes.
-
- .. versionchanged:: 2.6
- ctypes data types that are not and do not contain pointers can
- now be pickled.
+ This non-public class is the base class of all fundamental ctypes data
+ types. It is mentioned here because it contains the common attributes of the
+ fundamental ctypes data types. ``_SimpleCData`` is a subclass of ``_CData``,
+ so it inherits their methods and attributes. ctypes data types that are not
+ and do not contain pointers can now be pickled.
Instances have a single attribute: