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.
........
This commit is contained in:
Georg Brandl 2008-05-18 07:53:01 +00:00
parent bf93b0470a
commit 9087b7f83b
4 changed files with 39 additions and 40 deletions

View file

@ -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