summaryrefslogtreecommitdiff
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-05 02:24:39 +0000
committerFred Drake <fdrake@acm.org>2000-07-05 02:24:39 +0000
commitde53e0570987acb103495e47fe2c59d776b49116 (patch)
tree3e8da34ec67ac5138732f2161dec0708c62f1ec9 /Doc/lib/lib.tex
parent9783c200132f16dcac72a62ac42f8880aa2c844b (diff)
downloadcpython-de53e0570987acb103495e47fe2c59d776b49116.tar.gz
Created a new chapter on structured markup processing, including the
existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 2eaa1e51d4..79a226b8dc 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -215,9 +215,6 @@ and how to embed it in other applications.
\input{libasyncore}
\input{netdata} % Internet Data Handling
-\input{libsgmllib}
-\input{libhtmllib}
-\input{libxmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}
@@ -237,7 +234,13 @@ and how to embed it in other applications.
\input{libnetrc}
\input{librobotparser}
-\input{librestricted}
+\input{markup} % Structured Markup Processing Tools
+\input{libsgmllib}
+\input{libhtmllib}
+\input{libxmllib}
+\input{libpyexpat}
+
+\input{librestricted} % Restricted Execution
\input{librexec}
\input{libbastion}