https://github.com/python/cpython/commit/2c2dd75941582844b32f61459371095f7205d07d commit: 2c2dd75941582844b32f61459371095f7205d07d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware <zachary.w...@gmail.com> date: 2025-07-09T21:40:58Z summary:
[3.13] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136486) (cherry picked from commit 92f392ad9e5e10ff98eac319e58ec79df5951ce0) Co-authored-by: Zachary Ware <z...@python.org> Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> Co-authored-by: Éric <mer...@netwok.org> files: M Doc/glossary.rst diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 1ca9d0f5e7b407..118d4fbe30fda7 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -1235,6 +1235,16 @@ Glossary and ending with double underscores. Special methods are documented in :ref:`specialnames`. + standard library + The collection of :term:`packages <package>`, :term:`modules <module>` + and :term:`extension modules <extension module>` distributed as a part + of the official Python interpreter package. The exact membership of the + collection may vary based on platform, available system libraries, or + other criteria. Documentation can be found at :ref:`library-index`. + + See also :data:`sys.stdlib_module_names` for a list of all possible + standard library module names. + statement A statement is part of a suite (a "block" of code). A statement is either an :term:`expression` or one of several constructs with a keyword, such @@ -1245,6 +1255,9 @@ Glossary issues such as incorrect types. See also :term:`type hints <type hint>` and the :mod:`typing` module. + stdlib + An abbreviation of :term:`standard library`. + strong reference In Python's C API, a strong reference is a reference to an object which is owned by the code holding the reference. The strong _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com