[Python-3000-checkins] r57214 - python/branches/py3k/Doc/library/httplib.rst

jeremy.hylton python-3000-checkins at python.org
Mon Aug 20 14:59:04 CEST 2007


Author: jeremy.hylton
Date: Mon Aug 20 14:58:48 2007
New Revision: 57214

Modified:
   python/branches/py3k/Doc/library/httplib.rst
Log:
Remove note about compatibility layer, as the compatibility layer was removed.


Modified: python/branches/py3k/Doc/library/httplib.rst
==============================================================================
--- python/branches/py3k/Doc/library/httplib.rst	(original)
+++ python/branches/py3k/Doc/library/httplib.rst	Mon Aug 20 14:58:48 2007
@@ -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:
 
 


More information about the Python-3000-checkins mailing list