]> granicus.if.org Git - python/commit
revert creation of the html.entities and html.parser modules
authorFred Drake <fdrake@acm.org>
Tue, 20 May 2008 06:08:38 +0000 (06:08 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 May 2008 06:08:38 +0000 (06:08 +0000)
commitd995e1150cab57ed7c885d4b7dd943495022936b
tree5daaf7592952fd99af8699b93c1d87d0084a9c1d
parent1f60af87f5657800e333090fb9b204f54163254e
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
15 files changed:
Doc/library/html.entities.rst [deleted file]
Doc/library/htmllib.rst
Doc/library/htmlparser.rst [moved from Doc/library/html.parser.rst with 93% similarity]
Doc/library/markup.rst
Lib/HTMLParser.py [new file with mode: 0644]
Lib/html/parser.py
Lib/htmlentitydefs.py [new file with mode: 0644]
Lib/htmllib.py
Lib/lib-old/HTMLParser.py [deleted file]
Lib/lib-old/htmlentitydefs.py [deleted file]
Lib/test/test_codeccallbacks.py
Lib/test/test_multibytecodec_support.py
Lib/test/test_py3kwarn.py
Lib/test/test_sundry.py
Misc/NEWS