]> granicus.if.org Git - python/commit
Remove the htmllib and sgmllib modules as per PEP 3108.
authorGeorg Brandl <georg@python.org>
Sun, 1 Jun 2008 21:25:55 +0000 (21:25 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Jun 2008 21:25:55 +0000 (21:25 +0000)
commit877b10add4a676c3f868b86bd31e92a181b5a5b1
tree9a7455ce3aa5f07e8f433a8aa9b59540b2cf2b40
parent6b38daa80dc0b63a089ac4557e25abe1f76b95af
Remove the htmllib and sgmllib modules as per PEP 3108.
15 files changed:
Doc/library/formatter.rst
Doc/library/html.entities.rst
Doc/library/html.parser.rst
Doc/library/htmllib.rst [deleted file]
Doc/library/markup.rst
Doc/library/sgmllib.rst [deleted file]
Doc/library/urllib.rst
Lib/_markupbase.py
Lib/htmllib.py [deleted file]
Lib/sgmllib.py [deleted file]
Lib/test/test___all__.py
Lib/test/test_htmllib.py [deleted file]
Lib/test/test_sgmllib.py [deleted file]
Misc/NEWS
Misc/cheatsheet