mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Move the 2.6 reST doc tree in place.
This commit is contained in:
parent
f56181ff53
commit
8ec7f65613
445 changed files with 136056 additions and 0 deletions
28
Doc/library/language.rst
Normal file
28
Doc/library/language.rst
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue