2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Copyright notice & minor fixes.

[SVN r9536]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-10 08:23:37 +00:00
parent f5416ebce0
commit 678fa006de

View File

@@ -8,7 +8,7 @@
<img src="../../../c++boost.gif"
alt="c++boost.gif (8819 bytes)"
align="center"
width="277" height="86">
width="277" height="86">
<hr>
<h1>Boost.Python Pickle Support</h1>
@@ -229,12 +229,17 @@ Both <tt>__getinitargs__</tt> and <tt>__getstate__</tt> are not defined.
<hr>
<h2>Example</h2>
An example that shows how to provide pickle support is available in the
An example that shows how to configure pickle support is available in the
<tt>boost/lib/python/example</tt> directory
(<tt>getting_started3.cpp</tt>).
<hr>
<address>
Author: Ralf W. Grosse-Kunstleve, March 2001
</address>
&copy; Copyright Ralf W. Grosse-Kunstleve 2001. Permission to copy,
use, modify, sell and distribute this document is granted provided this
copyright notice appears in all copies. This document is provided "as
is" without express or implied warranty, and with no claim as to its
suitability for any purpose.
<p>
Updated: March 10, 2001
</div>