File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1235,6 +1235,16 @@ Glossary
12351235 and ending with double underscores. Special methods are documented in
12361236 :ref: `specialnames `.
12371237
1238+ standard library
1239+ The collection of :term: `packages <package> `, :term: `modules <module> `
1240+ and :term: `extension modules <extension module> ` distributed as a part
1241+ of the official Python interpreter package. The exact membership of the
1242+ collection may vary based on platform, available system libraries, or
1243+ other criteria. Documentation can be found at :ref: `library-index `.
1244+
1245+ See also :data: `sys.stdlib_module_names ` for a list of all possible
1246+ standard library module names.
1247+
12381248 statement
12391249 A statement is part of a suite (a "block" of code). A statement is either
12401250 an :term: `expression ` or one of several constructs with a keyword, such
@@ -1245,6 +1255,9 @@ Glossary
12451255 issues such as incorrect types. See also :term: `type hints <type hint> `
12461256 and the :mod: `typing ` module.
12471257
1258+ stdlib
1259+ An abbreviation of :term: `standard library `.
1260+
12481261 strong reference
12491262 In Python's C API, a strong reference is a reference to an object
12501263 which is owned by the code holding the reference. The strong
You can’t perform that action at this time.
0 commit comments