]> 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 06:03:29 +0000 (06:03 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 06:03:29 +0000 (06:03 +0000)
(closes SF bug #853800; markup adjusted)

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

index 147b1107c15d96819f3a750235729a8e4a42f6db..69724cedc078dd4344487a90645c354a5fae40fc 100644 (file)
@@ -124,6 +124,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 4d71d9347a8568fd4da4bc26b6bb974c1d0b0000..36ee14a46dbe4284343d875c4d09f85b789dc944 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}