diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-17 06:06:52 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-17 06:06:52 (GMT) |
commit | ca2d854df89c764296999f98b39008fe37ef21a3 (patch) | |
tree | 6cd7c710a24a3c558e9878618ed3b32b34acf883 /Doc/glossary.rst | |
parent | 5100311bd8c1ce89fa5e700d78dc9afb32d8e0f4 (diff) | |
download | cpython-ca2d854df89c764296999f98b39008fe37ef21a3.zip cpython-ca2d854df89c764296999f98b39008fe37ef21a3.tar.gz cpython-ca2d854df89c764296999f98b39008fe37ef21a3.tar.bz2 |
Issue #19713: Update importlib docs for module spec changes, including deprecations.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 8de347b..2f658ac 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`. |