]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
documentation for the zipimport module using contributed patch
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 05:54:36 +0000 (05:54 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 05:54:36 +0000 (05:54 +0000)
(closes SF bug #853800; markup adjusted)

Doc/Makefile.deps
Doc/lib/lib.tex

index 5ac902bef2e5e4b4ed24038668d10f1fcc1e9d40..d3abb7c2597ede2047c586ed4811eae0f335f42c 100644 (file)
@@ -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 \
index 20f65df301537a39e9f92278b578660735bd02ae..0705d7ae149a303779b6317b583fa5c79f6dcbe7 100644 (file)
@@ -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}