File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Modules/Setup* @erlend-aasland
2626** /* context * @ 1st1
2727** /* genobject * @ markshannon
2828** /* hamt * @ 1st1
29- ** /* jit * @ brandtbucher @ savannahostrowski
29+ ** /* jit * @ brandtbucher @ savannahostrowski @ diegorusso
3030Objects /set * @ rhettinger
3131Objects /dict * @ methane @ markshannon
3232Objects /typevarobject.c @ JelleZijlstra
Original file line number Diff line number Diff line change @@ -1280,6 +1280,16 @@ Glossary
12801280 and ending with double underscores. Special methods are documented in
12811281 :ref: `specialnames `.
12821282
1283+ standard library
1284+ The collection of :term: `packages <package> `, :term: `modules <module> `
1285+ and :term: `extension modules <extension module> ` distributed as a part
1286+ of the official Python interpreter package. The exact membership of the
1287+ collection may vary based on platform, available system libraries, or
1288+ other criteria. Documentation can be found at :ref: `library-index `.
1289+
1290+ See also :data: `sys.stdlib_module_names ` for a list of all possible
1291+ standard library module names.
1292+
12831293 statement
12841294 A statement is part of a suite (a "block" of code). A statement is either
12851295 an :term: `expression ` or one of several constructs with a keyword, such
@@ -1290,6 +1300,9 @@ Glossary
12901300 issues such as incorrect types. See also :term: `type hints <type hint> `
12911301 and the :mod: `typing ` module.
12921302
1303+ stdlib
1304+ An abbreviation of :term: `standard library `.
1305+
12931306 strong reference
12941307 In Python's C API, a strong reference is a reference to an object
12951308 which is owned by the code holding the reference. The strong
You can’t perform that action at this time.
0 commit comments