Changeset 335
- Timestamp:
- 06/20/08 23:19:57 (4 years ago)
- Location:
- hodgestar/Talks/PythonObjects
- Files:
-
- 3 modified
-
html/pyobjects-6.html (modified) (1 diff)
-
html/pyobjects-8.html (modified) (1 diff)
-
pyobjects.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Talks/PythonObjects/html/pyobjects-6.html
r333 r335 7 7 <body> 8 8 <a accesskey="P" href="pyobjects-5.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | <a acesskey="N" href="pyobjects-7.html">Next</a><h2>PyObject C API</h2><ul> 9 <li>List of methods unchanged between 2.5 and 2.6</li> 9 10 </ul> 10 11 <br /><div class="footer"><hr />Everything You Didn't Want to Known About Python Objects</div></body></html> -
hodgestar/Talks/PythonObjects/html/pyobjects-8.html
r334 r335 10 10 11 11 <li>_static/searchindex.json</li> 12 13 <li><a href="file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html">file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html</a></li> 12 14 </ul> 13 15 <br /><div class="footer"><hr />Everything You Didn't Want to Known About Python Objects</div></body></html> -
hodgestar/Talks/PythonObjects/pyobjects.py
r334 r335 124 124 ), 125 125 Slide("PyObject C API", 126 Bullet("List of methods unchanged between 2.5 and 2.6"), 126 127 ), 127 128 Slide("object.c", … … 131 132 Bullet("Interactive search -- in static HTML."), 132 133 Bullet("_static/searchindex.json"), 134 Bullet(URL("file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html")), 133 135 ), 134 136 )
