summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-02-13 20:21:53 (GMT)
committerThomas Heller <theller@ctypes.org>2008-02-13 20:21:53 (GMT)
commita06a1a88ee7c00a43e3bca2634c68aecd0170500 (patch)
treecf1f77e087df6f4f2eeb39d4d6df5098c34e0318 /Doc
parent91a1dec492ba339f81f769785d6d7c8f3a97498f (diff)
downloadcpython-a06a1a88ee7c00a43e3bca2634c68aecd0170500.zip
cpython-a06a1a88ee7c00a43e3bca2634c68aecd0170500.tar.gz
cpython-a06a1a88ee7c00a43e3bca2634c68aecd0170500.tar.bz2
Add pickle support to ctypes types.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ctypes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 9c11ecd..4c5de74 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -2011,6 +2011,11 @@ Fundamental data types
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.
+
Instances have a single attribute: