diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-05-15 16:18:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-05-15 16:18:35 (GMT) |
commit | e307e5cd06f60e11e4e4f126fae412b9ec66a005 (patch) | |
tree | 4432ebc0090ed6b33e60e89bb2221da7abebfa88 /Doc | |
parent | 133fc89ca02b51b8d5b87556d94f1382c4ed72c1 (diff) | |
download | cpython-e307e5cd06f60e11e4e4f126fae412b9ec66a005.zip cpython-e307e5cd06f60e11e4e4f126fae412b9ec66a005.tar.gz cpython-e307e5cd06f60e11e4e4f126fae412b9ec66a005.tar.bz2 |
Reference zipimport source code from docs. (GH-13310)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/zipimport.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/zipimport.rst b/Doc/library/zipimport.rst index aa1831d..2138697 100644 --- a/Doc/library/zipimport.rst +++ b/Doc/library/zipimport.rst @@ -6,6 +6,8 @@ .. moduleauthor:: Just van Rossum <just@letterror.com> +**Source code:** :source:`Lib/zipimport.py` + -------------- This module adds the ability to import Python modules (:file:`\*.py`, |