diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 15:58:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 15:58:54 (GMT) |
commit | 150ee43c641bb76709f1471de65385417d703c22 (patch) | |
tree | d9a4801bb9f3e8b7dea17828092edf10a89f7e89 | |
parent | f44c4851e9155e12f9121ad14c08a4223fac35f8 (diff) | |
download | cpython-150ee43c641bb76709f1471de65385417d703c22.zip cpython-150ee43c641bb76709f1471de65385417d703c22.tar.gz cpython-150ee43c641bb76709f1471de65385417d703c22.tar.bz2 |
Removed obsolete chapter header.
-rw-r--r-- | Doc/lib/libwww.tex | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex deleted file mode 100644 index 9d647ff..0000000 --- a/Doc/lib/libwww.tex +++ /dev/null @@ -1,15 +0,0 @@ -\chapter{Internet and WWW Services} -\nodename{Internet and WWW} -\label{www} -\index{WWW} -\index{Internet} -\index{World-Wide Web} - -The modules described in this chapter provide various services to -World-Wide Web (WWW) clients and/or services, and a few modules -related to news and email. They are all implemented in Python. Some -of these modules require the presence of the system-dependent module -\code{sockets}\refbimodindex{socket}, which is currently only fully -supported on \UNIX{} and Windows NT. Here is an overview: - -\localmoduletable |