Remove note about compatibility layer, as the compatibility layer was removed.
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index aae2219..d4f79c5 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -21,12 +21,6 @@
    HTTPS support is only available if the :mod:`socket` module was compiled with
    SSL support.
 
-.. note::
-
-   The public interface for this module changed substantially in Python 2.0.  The
-   :class:`HTTP` class is retained only for backward compatibility with 1.5.2.  It
-   should not be used in new code.  Refer to the online docstrings for usage.
-
 The module provides the following classes: