diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2007-08-20 12:58:48 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2007-08-20 12:58:48 (GMT) |
commit | 7d6068e6c9c3f8a2ee17b9b57e4f3f40b149c6eb (patch) | |
tree | 54e8d714d05ca65db8bbc2927db0e50a53b88300 /Doc/library/httplib.rst | |
parent | b803c517bf6950cd91790b731d2bea32b7e9e03e (diff) | |
download | cpython-7d6068e6c9c3f8a2ee17b9b57e4f3f40b149c6eb.zip cpython-7d6068e6c9c3f8a2ee17b9b57e4f3f40b149c6eb.tar.gz cpython-7d6068e6c9c3f8a2ee17b9b57e4f3f40b149c6eb.tar.bz2 |
Remove note about compatibility layer, as the compatibility layer was removed.
Diffstat (limited to 'Doc/library/httplib.rst')
-rw-r--r-- | Doc/library/httplib.rst | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ 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: |