File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1283,9 +1283,12 @@ Glossary
12831283 standard library
12841284 The collection of :term: `packages <package> `, :term: `modules <module> `
12851285 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.
1286+ of the official Python interpreter package. The exact membership of the
1287+ collection may vary based on platform, available system packages, 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.
12891292
12901293 statement
12911294 A statement is part of a suite (a "block" of code). A statement is either
You can’t perform that action at this time.
0 commit comments