diff options
author | Thomas Heller <theller@ctypes.org> | 2008-02-13 20:40:44 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-02-13 20:40:44 +0000 |
commit | 13394e907dc452537120b051cb4cdafe4900f334 (patch) | |
tree | e13a8e2f903ce01c206dd9c94243d66758d02e0f /Doc | |
parent | 2bc6b5eb369b70a068f8de8728914467bb35b017 (diff) | |
download | cpython-git-13394e907dc452537120b051cb4cdafe4900f334.tar.gz |
Merged revisions 60767,60768 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r60767 | thomas.heller | 2008-02-13 21:21:53 +0100 (Mi, 13 Feb 2008) | 1 line
Add pickle support to ctypes types.
........
r60768 | thomas.heller | 2008-02-13 21:36:51 +0100 (Mi, 13 Feb 2008) | 1 line
Make the test somewhat clearer (I hope).
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ctypes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index bbe44089e7..3c305ed39a 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -2009,6 +2009,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: |