diff options
| author | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 +0000 |
| commit | a199368b230026fa37987852fe8802992a126ab7 (patch) | |
| tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/html.parser.rst | |
| parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c (diff) | |
| download | cpython-git-a199368b230026fa37987852fe8802992a126ab7.tar.gz | |
More source links.
Diffstat (limited to 'Doc/library/html.parser.rst')
| -rw-r--r-- | Doc/library/html.parser.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index e415700b39..8a0416ea2f 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -9,6 +9,10 @@ single: HTML single: XHTML +**Source code:** :source:`Lib/html/parser.py` + +-------------- + This module defines a class :class:`HTMLParser` which serves as the basis for parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML. |
