summaryrefslogtreecommitdiffstats
path: root/Doc/library/html.parser.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 73592,73823 via svnmerge fromGeorg Brandl2009-08-131-8/+18
| | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73592 | ezio.melotti | 2009-06-28 00:58:15 +0200 (So, 28 Jun 2009) | 1 line Updated the last example as requested in #6350 ........ r73823 | ezio.melotti | 2009-07-04 03:14:30 +0200 (Sa, 04 Jul 2009) | 1 line #6398 typo: versio. -> version. ........
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-6/+2
|
* Merged revisions 63438 via svnmerge fromGeorg Brandl2008-05-181-0/+179
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. ........