diff options
| author | Xtreak <tir.karthi@gmail.com> | 2019-05-15 21:48:35 +0530 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-05-15 19:18:35 +0300 |
| commit | e307e5cd06f60e11e4e4f126fae412b9ec66a005 (patch) | |
| tree | 4432ebc0090ed6b33e60e89bb2221da7abebfa88 /Doc | |
| parent | 133fc89ca02b51b8d5b87556d94f1382c4ed72c1 (diff) | |
| download | cpython-git-e307e5cd06f60e11e4e4f126fae412b9ec66a005.tar.gz | |
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 aa1831dbc6..2138697ff0 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`, |
