diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst index d9d81df..5916459 100644 --- a/Doc/library/htmllib.rst +++ b/Doc/library/htmllib.rst @@ -6,8 +6,10 @@ :deprecated: .. deprecated:: 2.6 - The :mod:`htmllib` module has been removed in Python 3. + Use :mod:`HTMLParser` instead. +.. note:: + The :mod:`htmllib` module has been removed in Python 3. Use :mod:`html.parser` (equivalent of :mod:`HTMLParser`) instead. .. index:: single: HTML