commit | c76ffca2befde942bfa98e3972d5cead572c771a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 17 21:54:03 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 17 21:54:03 2008 +0000 |
tree | b952602d7a08d15de8689e16dac2f0eeaffea936 | |
parent | 20b56603c9fee9035314202d937cad9dfbb699d9 [diff] [blame] |
Rename html.parser file, and split html.entities from htmllib to ease removal of the latter in Py3k.
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst index dd0dd8f..e08f953 100644 --- a/Doc/library/markup.rst +++ b/Doc/library/markup.rst
@@ -23,7 +23,8 @@ .. toctree:: - htmlparser.rst + html.parser.rst + html.entities.rst sgmllib.rst htmllib.rst pyexpat.rst