2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

HTML 4.0 Strict fixes.

[SVN r9530]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-09 18:59:59 +00:00
parent a6b0fa546a
commit 55321b8778

View File

@@ -1,15 +1,15 @@
<html>
<head>
<title>Boost.Python Pickle Support</title>
</head>
<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<title>Boost.Python Pickle Support</title>
<div>
<img src="../../../c++boost.gif"
alt="c++boost.gif (8819 bytes)"
align="center"
width="277" height="86">
</body>
<hr>
<h1>Boost.Python Pickle Support</h1>
@@ -28,15 +28,14 @@ can be written to a file.
<p>
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
(<a href="http://www.zope.org/">http://www.zope.org/</a>).
included in the
<a href="http://www.zope.org/"
>ZOPE</a>
distribution.
This interface is similar to that for regular Python classes as
described in detail in the Python Library Reference for pickle:
<blockquote>
<a href="http://www.python.org/doc/current/lib/module-pickle.html"
>http://www.python.org/doc/current/lib/module-pickle.html</a>
</blockquote>
described in detail in the
<a href="http://www.python.org/doc/current/lib/module-pickle.html"
>Python Library Reference for pickle.</a>
<hr>
<h1>The Boost.Python Pickle Interface</h1>
@@ -220,4 +219,4 @@ __getstate__ is defined and the instance's __dict__ is not empty.
<address>
Author: Ralf W. Grosse-Kunstleve, March 2001
</address>
</html>
</div>