Move the 2.6 reST doc tree in place.

This commit is contained in:
Georg Brandl 2007-08-15 14:28:01 +00:00
parent f56181ff53
commit 8ec7f65613
445 changed files with 136056 additions and 0 deletions

28
Doc/library/language.rst Normal file
View file

@ -0,0 +1,28 @@
.. _language:
************************
Python Language Services
************************
Python provides a number of modules to assist in working with the Python
language. These modules support tokenizing, parsing, syntax analysis, bytecode
disassembly, and various other facilities.
These modules include:
.. toctree::
parser.rst
symbol.rst
token.rst
keyword.rst
tokenize.rst
tabnanny.rst
pyclbr.rst
py_compile.rst
compileall.rst
dis.rst
pickletools.rst
distutils.rst