From 5bcb9010f605d86cf4c65593f26905ed96889b26 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 25 Aug 2002 03:04:20 +0000 Subject: [PATCH] mention cPickle [SVN r15085] --- doc/v2/pickle.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

The Boost.Python Pickle Interface