summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
commitc58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch)
tree6e996b577956852b2e694f02483d6a528ffc0031 /Doc/lib/libhtmllib.tex
parentb16166e56f2989741fee2aab41f5205fda95ffdf (diff)
downloadcpython-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.tex3
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}