File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 The Python standard library
55###############################
66
7- While :ref: `reference-index ` describes the exact syntax and
7+ This library reference manual describes the standard library
8+ distributed with Python. It also describes some of the optional
9+ components that are commonly included in Python distributions.
10+
11+ Elsewhere, :ref: `reference-index ` describes the exact syntax and
812semantics of the Python language, and :ref: `builtins-index ` describes
9- the built-ins, this library reference manual
10- describes the standard library that is distributed with Python. It also
11- describes some of the optional components that are commonly included
12- in Python distributions.
13+ the built-in functions.
1314
14- Python's standard library is very extensive, offering a wide range of
15+ Python's standard library is extensive, offering a wide range of
1516facilities as indicated by the long table of contents listed below. The
1617library contains built-in modules (written in C) that provide access to
1718system functionality such as file I/O that would otherwise be
Original file line number Diff line number Diff line change 55#################################
66
77This reference manual describes the syntax and core semantics of the
8- language. It is terse, but attempts to be exact and complete. The semantics of
9- built-in object types and of the built-in functions and modules
10- are described in :ref: `builtins-index ` and :ref: `library-index `.
8+ language. It is terse, but attempts to be exact and complete.
9+
10+ Elsewhere, the built-in object types and functions are described in
11+ :ref: `builtins-index `. Standard library modules are described in :ref: `library-index `.
12+
1113For an informal introduction to the
1214language, see :ref: `tutorial-index `. For C or C++ programmers, two additional
1315manuals exist: :ref: `extending-index ` describes the high-level picture of how to
You can’t perform that action at this time.
0 commit comments