mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
Deploy to GitHub Pages: ae747521b0
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: March 06, 2017 at 17:53:30 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:13 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: March 06, 2017 at 17:53:38 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:20 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
@@ -160,8 +160,8 @@
|
||||
<p>
|
||||
Iterator objects also need to implement this method; they are required
|
||||
to return themselves. For more information on iterator objects, see
|
||||
<a href="http://www.python.org/doc/current/lib/typeiter.html" target="_top">Iterator
|
||||
Types</a> in the <a href="http://www.python.org/doc/current/lib/lib.html" target="_top">Python
|
||||
<a href="https://docs.python.org/3/library/stdtypes.html#iterator-types" target="_top">Iterator
|
||||
Types</a> in the <a href="https://docs.python.org/3/library/index.html" target="_top">Python
|
||||
Library Reference</a>.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</p>
|
||||
<p>
|
||||
The Boost Python Library supports the pickle module through the interface
|
||||
as described in detail in the <a href="http://www.python.org/doc/current/lib/module-pickle.html" target="_top">Python
|
||||
as described in detail in the <a href="https://docs.python.org/2/library/pickle.html" target="_top">Python
|
||||
Library Reference for pickle</a>. This interface involves the special
|
||||
methods <code class="computeroutput"><span class="identifier">__getinitargs__</span></code>,
|
||||
<code class="computeroutput"><span class="identifier">__getstate__</span></code> and <code class="computeroutput"><span class="identifier">__setstate__</span></code> as described in the following.
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: March 06, 2017 at 17:53:48 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:30 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user