Added updates with respect to recent changes to TimedRotatingFileHandler.
[python.git] / Doc / reference / index.rst
blob18bf0537a927a43d78c73a5820216f23dc3ed445
1 .. _reference-index:
3 #################################
4   The Python language reference
5 #################################
7 :Release: |version|
8 :Date: |today|
10 This reference manual describes the syntax and "core semantics" of the
11 language. It is terse, but attempts to be exact and complete. The semantics of
12 non-essential built-in object types and of the built-in functions and modules
13 are described in :ref:`library-index`. For an informal introduction to the
14 language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
15 manuals exist: :ref:`extending-index` describes the high-level picture of how to
16 write a Python extension module, and the :ref:`c-api-index` describes the
17 interfaces available to C/C++ programmers in detail.
19 .. toctree::
20    :maxdepth: 2
22    introduction.rst
23    lexical_analysis.rst
24    datamodel.rst
25    executionmodel.rst
26    expressions.rst
27    simple_stmts.rst
28    compound_stmts.rst
29    toplevel_components.rst