Staging
v0.5.1
https://github.com/python/cpython
Revision 134708ab14450fa55e96422545548a4b671f1490 authored by Mark Dickinson on 25 February 2009, 20:33:49 UTC, committed by Mark Dickinson on 25 February 2009, 20:33:49 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69974 | mark.dickinson | 2009-02-25 20:29:50 +0000 (Wed, 25 Feb 2009) | 3 lines

  Replace long with twodigits, to avoid depending
  on sizeof(digit) < sizeof(long)
........
1 parent 9de7ec7
Raw File
Tip revision: 134708ab14450fa55e96422545548a4b671f1490 authored by Mark Dickinson on 25 February 2009, 20:33:49 UTC
Merged revisions 69974 via svnmerge from
Tip revision: 134708a
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distutils/index.rst
   install/index.rst
   documenting/index.rst
   howto/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst
back to top