summaryrefslogtreecommitdiffstats
path: root/Doc/library/markup.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 21:54:03 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 21:54:03 (GMT)
commitc76ffca2befde942bfa98e3972d5cead572c771a (patch)
treeb952602d7a08d15de8689e16dac2f0eeaffea936 /Doc/library/markup.rst
parent20b56603c9fee9035314202d937cad9dfbb699d9 (diff)
downloadcpython-c76ffca2befde942bfa98e3972d5cead572c771a.zip
cpython-c76ffca2befde942bfa98e3972d5cead572c771a.tar.gz
cpython-c76ffca2befde942bfa98e3972d5cead572c771a.tar.bz2
Rename html.parser file, and split html.entities from htmllib
to ease removal of the latter in Py3k.
Diffstat (limited to 'Doc/library/markup.rst')
-rw-r--r--Doc/library/markup.rst3
1 files changed, 2 insertions, 1 deletions
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 @@ definition of the Python bindings for the DOM and SAX interfaces.
.. toctree::
- htmlparser.rst
+ html.parser.rst
+ html.entities.rst
sgmllib.rst
htmllib.rst
pyexpat.rst