diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/internet.tex | 13 | ||||
-rw-r--r-- | Doc/lib/netdata.tex | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/Doc/lib/internet.tex b/Doc/lib/internet.tex new file mode 100644 index 0000000..5d08f27 --- /dev/null +++ b/Doc/lib/internet.tex @@ -0,0 +1,13 @@ +\chapter{Internet Protocols and Support \label{internet}} + +\index{WWW} +\index{Internet} +\index{World-Wide Web} + +The modules described in this chapter implement Internet protocols and +support for related technology. They are all implemented in Python. +Some of these modules require the presence of the system-dependent +module \module{socket}\refbimodindex{socket}, which is currently only +fully supported on \UNIX{} and Windows NT. Here is an overview: + +\localmoduletable diff --git a/Doc/lib/netdata.tex b/Doc/lib/netdata.tex new file mode 100644 index 0000000..8770cd3 --- /dev/null +++ b/Doc/lib/netdata.tex @@ -0,0 +1,7 @@ +\chapter{Internet Data Handling \label{netdata}} + +This chapter describes modules which support handling data formats +commonly used on the internet. Some, like SGML and XML, may be useful +for other applications as well. + +\localmoduletable |