diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
commit | c58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch) | |
tree | 6e996b577956852b2e694f02483d6a528ffc0031 /Doc/lib/libhtmllib.tex | |
parent | b16166e56f2989741fee2aab41f5205fda95ffdf (diff) | |
download | cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.zip cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.gz cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.bz2 |
Use the new RFC macros wherever RFCs are referenced by number. No other
changes.
Diffstat (limited to 'Doc/lib/libhtmllib.tex')
-rw-r--r-- | Doc/lib/libhtmllib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index 8405ad1..5fbb34d 100644 --- a/Doc/lib/libhtmllib.tex +++ b/Doc/lib/libhtmllib.tex @@ -1,6 +1,7 @@ \section{Standard Module \sectcode{htmllib}} \label{module-htmllib} \stmodindex{htmllib} +\rfcindex{1866} \index{HTML} \index{hypertext} @@ -63,7 +64,7 @@ The module defines a single class: \begin{funcdesc}{HTMLParser}{formatter} This is the basic HTML parser class. It supports all entity names -required by the HTML 2.0 specification (RFC 1866). It also defines +required by the HTML 2.0 specification (\rfc{1866}). It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. \end{funcdesc} |