mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added more information on the differences between the htmllib and HTMLParser
modules.
This commit is contained in:
parent
5fe2c139d5
commit
25211f5724
3 changed files with 16 additions and 3 deletions
|
@ -70,6 +70,12 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
|
|||
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{HTMLParser}{Alternate HTML parser that offers a slightly
|
||||
lower-level view of the input, but is
|
||||
designed to work with XHTML, and does not
|
||||
implement some of the SGML syntax not used in
|
||||
``HTML as deployed'' and which isn't legal
|
||||
for XHTML.}
|
||||
\seemodule{htmlentitydefs}{Definition of replacement text for HTML
|
||||
2.0 entities.}
|
||||
\seemodule{sgmllib}{Base class for \class{HTMLParser}.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue