summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-01 19:54:29 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-01 19:54:29 (GMT)
commit7606e4d00ee566471eaaf2b740f2d7406a634146 (patch)
tree7b7508be19652555e91dbea07e2f75fa77bf35e5
parentd977e35dd036ddab7aa785a5a9137bc4dd010a13 (diff)
downloadcpython-7606e4d00ee566471eaaf2b740f2d7406a634146.zip
cpython-7606e4d00ee566471eaaf2b740f2d7406a634146.tar.gz
cpython-7606e4d00ee566471eaaf2b740f2d7406a634146.tar.bz2
Added entry for urllib2 documentation.
-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 e934cfe..3ffc9c4 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -105,6 +105,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
lib/libprofile.tex \
lib/libcgi.tex \
lib/liburllib.tex \
+ lib/liburllib2.tex \
lib/libhttplib.tex \
lib/libftplib.tex \
lib/libgopherlib.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index d0ec194..491d2b4 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -194,6 +194,7 @@ and how to embed it in other applications.
\input{libwebbrowser}
\input{libcgi}
\input{liburllib}
+\input{liburllib2}
\input{libhttplib}
\input{libftplib}
\input{libgopherlib}