summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-07 03:36:12 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-07 03:36:12 (GMT)
commite4dbb86ab85113c1433434ff3cc0f80401690daf (patch)
tree9a07879ce67c5435825b1a00799b508087deb860 /Doc/lib/lib.tex
parent449c325303cf8b742de143a4f9e4f318c80e1b87 (diff)
downloadcpython-e4dbb86ab85113c1433434ff3cc0f80401690daf.zip
cpython-e4dbb86ab85113c1433434ff3cc0f80401690daf.tar.gz
cpython-e4dbb86ab85113c1433434ff3cc0f80401690daf.tar.bz2
New module webbrowser. Easy-to-use controller objects to make using a
Web browser as a help/information browser easy across platforms.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index eff02fc..55e0ea9 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -198,6 +198,7 @@ and how to embed it in other applications.
\input{libprofile} % The Python Profiler
\input{internet} % Internet Protocols
+\input{libwebbrowser}
\input{libcgi}
\input{liburllib}
\input{libhttplib}