Issue #7117: Update float formatting testcases to match those in py3k.
[python.git] / Doc / reference / index.rst
blobbd1a281efed65ab6cb806e559cbbd0f9d25bffcf
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
21    :numbered:
23    introduction.rst
24    lexical_analysis.rst
25    datamodel.rst
26    executionmodel.rst
27    expressions.rst
28    simple_stmts.rst
29    compound_stmts.rst
30    toplevel_components.rst
31    grammar.rst