]> granicus.if.org Git - python/commitdiff
(lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib
authorFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 14:36:54 +0000 (14:36 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 14:36:54 +0000 (14:36 +0000)
chapter to better reflect the relationship between the modules.

Doc/lib.tex
Doc/lib/lib.tex
Doc/lib/libwww.tex
Doc/libwww.tex

index 42f0ef3f398345c4989010b522b4289f45abe7c3..020ae838b8b733e9e42e9f0297ed1b489217f2be 100644 (file)
@@ -139,8 +139,8 @@ to Python and how to embed it in other applications.
 \input{libgopherlib}
 \input{libnntplib}
 \input{liburlparse}
-\input{libhtmllib}
 \input{libsgmllib}
+\input{libhtmllib}
 \input{libformatter}
 \input{librfc822}
 \input{libmimetools}
index 42f0ef3f398345c4989010b522b4289f45abe7c3..020ae838b8b733e9e42e9f0297ed1b489217f2be 100644 (file)
@@ -139,8 +139,8 @@ to Python and how to embed it in other applications.
 \input{libgopherlib}
 \input{libnntplib}
 \input{liburlparse}
-\input{libhtmllib}
 \input{libsgmllib}
+\input{libhtmllib}
 \input{libformatter}
 \input{librfc822}
 \input{libmimetools}
index 3317fb3174442daab340b70aebef85b3fa54f5a2..c42494e61ac9b267541d780158feca4c7bde367b 100644 (file)
@@ -36,12 +36,12 @@ scripts.
 --- Parse a URL string into a tuple (addressing scheme identifier, network
 location, path, parameters, query string, fragment identifier).
 
-\item[htmllib]
---- A (slow) parser for HTML documents.
-
 \item[sgmllib]
 --- Only as much of an SGML parser as needed to parse HTML.
 
+\item[htmllib]
+--- A (slow) parser for HTML documents.
+
 \item[formatter]
 --- Generic output formatter and device interface.
 
index 3317fb3174442daab340b70aebef85b3fa54f5a2..c42494e61ac9b267541d780158feca4c7bde367b 100644 (file)
@@ -36,12 +36,12 @@ scripts.
 --- Parse a URL string into a tuple (addressing scheme identifier, network
 location, path, parameters, query string, fragment identifier).
 
-\item[htmllib]
---- A (slow) parser for HTML documents.
-
 \item[sgmllib]
 --- Only as much of an SGML parser as needed to parse HTML.
 
+\item[htmllib]
+--- A (slow) parser for HTML documents.
+
 \item[formatter]
 --- Generic output formatter and device interface.