diff --git a/doc/pickle.html b/doc/pickle.html index ef3d8d0d..49f5c605 100644 --- a/doc/pickle.html +++ b/doc/pickle.html @@ -1,15 +1,15 @@ - - - Boost.Python Pickle Support - - + + +Boost.Python Pickle Support + +
c++boost.gif (8819 bytes) -

Boost.Python Pickle Support

@@ -28,15 +28,14 @@ can be written to a file.

The Boost Python Library supports the pickle module by emulating the interface implemented by Jim Fulton's ExtensionClass module that is -included in the ZOPE distribution -(http://www.zope.org/). +included in the +ZOPE +distribution. This interface is similar to that for regular Python classes as -described in detail in the Python Library Reference for pickle: - -

- http://www.python.org/doc/current/lib/module-pickle.html -
+described in detail in the +Python Library Reference for pickle.

The Boost.Python Pickle Interface

@@ -220,4 +219,4 @@ __getstate__ is defined and the instance's __dict__ is not empty.
Author: Ralf W. Grosse-Kunstleve, March 2001
- +