Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wrong filen...
[python.git] / Doc / library / language.rst
blob7d6af7deffe175e0342b0bec7cb5be73f648c3dd
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    symbol.rst
20    token.rst
21    keyword.rst
22    tokenize.rst
23    tabnanny.rst
24    pyclbr.rst
25    py_compile.rst
26    compileall.rst
27    dis.rst
28    pickletools.rst
29    distutils.rst