]> granicus.if.org Git - python/commitdiff
Adjust some of Skip's latest changes slightly; these really are things
authorFred Drake <fdrake@acm.org>
Mon, 27 Jan 2003 16:32:04 +0000 (16:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jan 2003 16:32:04 +0000 (16:32 +0000)
that should stand out.

Doc/lib/libhttplib.tex

index a24cb532488436aa2d0f97e132957bfa68da85f9..d89ee9c6ddd090114be80c2affa97193305b1971 100644 (file)
 This module defines classes which implement the client side of the
 HTTP and HTTPS protocols.  It is normally not used directly --- the
 module \refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs
-that use HTTP and HTTPS.  \note{HTTPS support is only
-available if the \refmodule{socket} module was compiled with SSL
-support.}  \note{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.}
+that use HTTP and HTTPS.
+
+\begin{notice}
+  HTTPS support is only available if the \refmodule{socket} module was
+  compiled with SSL support.
+\end{notice}
+
+\begin{notice}
+  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.
+\end{notice}
 
 The constants defined in this module are: