summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-05-15 16:18:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-05-15 16:18:35 (GMT)
commite307e5cd06f60e11e4e4f126fae412b9ec66a005 (patch)
tree4432ebc0090ed6b33e60e89bb2221da7abebfa88 /Doc
parent133fc89ca02b51b8d5b87556d94f1382c4ed72c1 (diff)
downloadcpython-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.rst2
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`,