Issue #5170: Fixed regression caused when fixing #5768.
[python.git] / Doc / library / language.rst
blob3cc4b82775e864ab6e58ab6d90f1de8fe3e887c2
2 .. _language:
4 ************************
5 Python Language Services
6 ************************
8 Python provides a number of modules to assist in working with the Python
9 language.  These modules support tokenizing, parsing, syntax analysis, bytecode
10 disassembly, and various other facilities.
12 These modules include:
15 .. toctree::
17    parser.rst
18    ast.rst
19    symtable.rst
20    symbol.rst
21    token.rst
22    keyword.rst
23    tokenize.rst
24    tabnanny.rst
25    pyclbr.rst
26    py_compile.rst
27    compileall.rst
28    dis.rst
29    pickletools.rst
30    distutils.rst