]> granicus.if.org Git - python/commitdiff
Issue #25017: Document that htmllib is superseded by module HTMLParser
authorMartin Panter <vadmium+py@gmail.com>
Sat, 14 Nov 2015 00:30:46 +0000 (00:30 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 14 Nov 2015 00:30:46 +0000 (00:30 +0000)
Doc/library/htmllib.rst

index d9d81dfe2ebb230b6671b7551f51d7aa5f095de9..e5045dd39248479c094f96ed4d273ca56b6b1600 100644 (file)
@@ -7,6 +7,8 @@
 
 .. deprecated:: 2.6
     The :mod:`htmllib` module has been removed in Python 3.
+    Use :mod:`HTMLParser` instead in Python 2, and the equivalent,
+    :mod:`html.parser`, in Python 3.
 
 
 .. index::