mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add xmllib; remove (slow) from description of htmllib.
This commit is contained in:
parent
7336935e4c
commit
2974f0fe9a
2 changed files with 8 additions and 2 deletions
|
@ -40,7 +40,10 @@ location, path, parameters, query string, fragment identifier).
|
|||
--- Only as much of an SGML parser as needed to parse HTML.
|
||||
|
||||
\item[htmllib]
|
||||
--- A (slow) parser for HTML documents.
|
||||
--- A parser for HTML documents.
|
||||
|
||||
\item[xmllib]
|
||||
--- A parser for XML documents.
|
||||
|
||||
\item[formatter]
|
||||
--- Generic output formatter and device interface.
|
||||
|
|
|
@ -40,7 +40,10 @@ location, path, parameters, query string, fragment identifier).
|
|||
--- Only as much of an SGML parser as needed to parse HTML.
|
||||
|
||||
\item[htmllib]
|
||||
--- A (slow) parser for HTML documents.
|
||||
--- A parser for HTML documents.
|
||||
|
||||
\item[xmllib]
|
||||
--- A parser for XML documents.
|
||||
|
||||
\item[formatter]
|
||||
--- Generic output formatter and device interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue