2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

no message

[SVN r12845]
This commit is contained in:
Dave Abrahams
2002-02-17 04:37:35 +00:00
parent ca872af3c8
commit 8af49161fb
5 changed files with 11 additions and 31 deletions

View File

@@ -99,7 +99,7 @@
<td><code>python_type</code>
<td>A compile-time constant <code><a
href="http://www.python.org/doc/current/ext/dnt-type-methods.html">PyTypeObject</a>*</code>
href="http://www.python.org/doc/2.2/ext/dnt-type-methods.html">PyTypeObject</a>*</code>
<td>The Python type of instances convertible by this
converter. Python subtypes are also convertible.
@@ -213,7 +213,7 @@ Member&amp; execute(Class&amp; c);
<h2><a name="examples"></a>Example</h2>
This example presumes that someone has implemented the standard <a
href="http://www.python.org/doc/current/ext/dnt-basics.html">noddy
href="http://www.python.org/doc/2.2/ext/dnt-basics.html">noddy
example module</a> from the Python documentation, and we want to build
a module which manipulates <code>Noddy</code>s. Since
<code>noddy_NoddyObject</code> is so simple that it carries no