Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b803c51 commit 7d6068eCopy full SHA for 7d6068e
1 file changed
Doc/library/httplib.rst
@@ -21,12 +21,6 @@ uses it to handle URLs that use HTTP and HTTPS.
21
HTTPS support is only available if the :mod:`socket` module was compiled with
22
SSL support.
23
24
-.. note::
25
-
26
- The public interface for this module changed substantially in Python 2.0. The
27
- :class:`HTTP` class is retained only for backward compatibility with 1.5.2. It
28
- should not be used in new code. Refer to the online docstrings for usage.
29
30
The module provides the following classes:
31
32
0 commit comments