2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

mention cPickle

[SVN r15085]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-08-25 03:04:20 +00:00
parent 780fff70c4
commit 5bcb9010f6

View File

@@ -32,7 +32,8 @@ through the interface as described in detail in the
>Python Library Reference for pickle.</a> This interface
involves the special methods <tt>__getinitargs__</tt>,
<tt>__getstate__</tt> and <tt>__setstate__</tt> as described
in the following.
in the following. Note that Boost.Python is also fully compatible
with Python's cPickle module.
<hr>
<h2>The Boost.Python Pickle Interface</h2>