summaryrefslogtreecommitdiffstats
path: root/Doc/library/httplib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/httplib.rst')
-rw-r--r--Doc/library/httplib.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 9d6baba..ce6222b 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -1,10 +1,14 @@
-
:mod:`httplib` --- HTTP protocol client
=======================================
.. module:: httplib
:synopsis: HTTP and HTTPS protocol client (requires sockets).
+.. note::
+ The :mod:`httplib` module has been renamed to :mod:`http.client` in Python
+ 3.0. The :term:`2to3` tool will automatically adapt imports when converting
+ your sources to 3.0.
+
.. index::
pair: HTTP; protocol