summaryrefslogtreecommitdiff
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-12-16 23:06:52 -0700
committerEric Snow <ericsnowcurrently@gmail.com>2013-12-16 23:06:52 -0700
commitca2d854df89c764296999f98b39008fe37ef21a3 (patch)
tree6cd7c710a24a3c558e9878618ed3b32b34acf883 /Doc/glossary.rst
parent5100311bd8c1ce89fa5e700d78dc9afb32d8e0f4 (diff)
downloadcpython-git-ca2d854df89c764296999f98b39008fe37ef21a3.tar.gz
Issue #19713: Update importlib docs for module spec changes, including deprecations.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 8de347bd91..2f658aca09 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -539,6 +539,10 @@ Glossary
See also :term:`package`.
+ module spec
+ A namespace containing the import-related information used to load a
+ module.
+
MRO
See :term:`method resolution order`.