Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 1 | \chapter{Internet and WWW Services} |
Guido van Rossum | 86cb092 | 1995-03-20 12:59:56 +0000 | [diff] [blame] | 2 | \nodename{Internet and WWW} |
Fred Drake | 710c035 | 1998-02-18 15:47:17 +0000 | [diff] [blame] | 3 | \label{www} |
Guido van Rossum | a8db1df | 1995-02-16 16:29:46 +0000 | [diff] [blame] | 4 | \index{WWW} |
Guido van Rossum | 470be14 | 1995-03-17 16:07:09 +0000 | [diff] [blame] | 5 | \index{Internet} |
| 6 | \index{World-Wide Web} |
Guido van Rossum | a8db1df | 1995-02-16 16:29:46 +0000 | [diff] [blame] | 7 | |
| 8 | The modules described in this chapter provide various services to |
| 9 | World-Wide Web (WWW) clients and/or services, and a few modules |
| 10 | related to news and email. They are all implemented in Python. Some |
| 11 | of these modules require the presence of the system-dependent module |
Fred Drake | a809064 | 1998-01-13 19:10:02 +0000 | [diff] [blame] | 12 | \code{sockets}\refbimodindex{socket}, which is currently only fully |
| 13 | supported on \UNIX{} and Windows NT. Here is an overview: |
Guido van Rossum | a8db1df | 1995-02-16 16:29:46 +0000 | [diff] [blame] | 14 | |
Fred Drake | b91e934 | 1998-07-23 17:59:49 +0000 | [diff] [blame] | 15 | \localmoduletable |