diff options
Diffstat (limited to 'Doc/library/htmllib.rst')
-rw-r--r-- | Doc/library/htmllib.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst index aa07fdb..0fa518e 100644 --- a/Doc/library/htmllib.rst +++ b/Doc/library/htmllib.rst @@ -1,9 +1,12 @@ - :mod:`htmllib` --- A parser for HTML documents ============================================== .. module:: htmllib :synopsis: A parser for HTML documents. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`htmllib` module has been removed in Python 3.0. .. index:: |