File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed 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, or an individual member of
1287+ that collection. The exact membership of the collection may vary based
1288+ on platform, available system packages, or other criteria.
1289+
1290+ stdlib
1291+ A synonym for :term: `standard library `.
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
You can’t perform that action at this time.
0 commit comments