rest25/reference/index.rst => rest262/reference/index.rst
f1.. _reference-index:
2
3#################################
n4-  The Python language reference
n4+  The Python Language Reference
5#################################
6
7:Release: |version|
8:Date: |today|
9
10This reference manual describes the syntax and "core semantics" of the
11language. It is terse, but attempts to be exact and complete. The semantics of
12non-essential built-in object types and of the built-in functions and modules
13are described in :ref:`library-index`. For an informal introduction to the
14language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
15manuals exist: :ref:`extending-index` describes the high-level picture of how to
16write a Python extension module, and the :ref:`c-api-index` describes the
17interfaces available to C/C++ programmers in detail.
18
19.. toctree::
20   :maxdepth: 2
n21+   :numbered:
21
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
t30- 
t31+   grammar.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op