summaryrefslogtreecommitdiffstats
path: root/Doc/library/markup.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-18 07:53:01 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-18 07:53:01 (GMT)
commit9087b7f83b2e2fb8eaee899a9b6d6f0646bd3aa1 (patch)
tree65afd9f3376da8395e950eb84d0f3e25e787a3c8 /Doc/library/markup.rst
parentbf93b0470affd720a603805eb00c917a9bc39cc9 (diff)
downloadcpython-9087b7f83b2e2fb8eaee899a9b6d6f0646bd3aa1.zip
cpython-9087b7f83b2e2fb8eaee899a9b6d6f0646bd3aa1.tar.gz
cpython-9087b7f83b2e2fb8eaee899a9b6d6f0646bd3aa1.tar.bz2
Merged revisions 63438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63438 | georg.brandl | 2008-05-17 23:54:03 +0200 (Sat, 17 May 2008) | 3 lines 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 19ce7b9..1a90031 100644
--- a/Doc/library/markup.rst
+++ b/Doc/library/markup.rst
@@ -21,7 +21,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