summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-19 05:54:36 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-19 05:54:36 (GMT)
commit1404d51bc31b3ae88fd1b47a2d3a73b399b5e23c (patch)
tree3c4149fc1e69a24636a7e9aaee88602983bed53c /Doc
parent82d122053080e9a80d640eb8df699150f6c181c6 (diff)
downloadcpython-1404d51bc31b3ae88fd1b47a2d3a73b399b5e23c.zip
cpython-1404d51bc31b3ae88fd1b47a2d3a73b399b5e23c.tar.gz
cpython-1404d51bc31b3ae88fd1b47a2d3a73b399b5e23c.tar.bz2
documentation for the zipimport module using contributed patch
(closes SF bug #853800; markup adjusted)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 5ac902b..d3abb7c 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -125,6 +125,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libmarshal.tex \
lib/libwarnings.tex \
lib/libimp.tex \
+ lib/libzipimport.tex \
lib/libpkgutil.tex \
lib/libparser.tex \
lib/libbltin.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 20f65df..0705d7a 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -91,6 +91,7 @@ and how to embed it in other applications.
\input{libmarshal}
\input{libwarnings}
\input{libimp}
+\input{libzipimport}
\input{libpkgutil}
\input{libcode}
\input{libcodeop}