]> granicus.if.org Git - python/commitdiff
Remove note about compatibility layer, as the compatibility layer was removed.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 20 Aug 2007 12:58:48 +0000 (12:58 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 20 Aug 2007 12:58:48 +0000 (12:58 +0000)
Doc/library/httplib.rst

index aae2219cfba27c47b533ce46540e59b45096717b..d4f79c5e3e3219b453854f2288f6e026f0459631 100644 (file)
@@ -21,12 +21,6 @@ uses it to handle URLs that use HTTP and HTTPS.
    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: