diff --git a/doc/v2/pickle.html b/doc/v2/pickle.html index 0e40ae1b..13c7b306 100644 --- a/doc/v2/pickle.html +++ b/doc/v2/pickle.html @@ -32,7 +32,8 @@ through the interface as described in detail in the >Python Library Reference for pickle. This interface involves the special methods __getinitargs__, __getstate__ and __setstate__ as described -in the following. +in the following. Note that Boost.Python is also fully compatible +with Python's cPickle module.