Kaydet (Commit) 0a9cc58c authored tarafından Fred Drake's avatar Fred Drake

Adjust some of Skip's latest changes slightly; these really are things

that should stand out.
üst 9db20c62
...@@ -10,11 +10,19 @@ ...@@ -10,11 +10,19 @@
This module defines classes which implement the client side of the This module defines classes which implement the client side of the
HTTP and HTTPS protocols. It is normally not used directly --- the HTTP and HTTPS protocols. It is normally not used directly --- the
module \refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs module \refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs
that use HTTP and HTTPS. \note{HTTPS support is only that use HTTP and HTTPS.
available if the \refmodule{socket} module was compiled with SSL
support.} \note{The \class{HTTP} class is retained only for backward \begin{notice}
compatibility with 1.5.2. It should not be used in new code. Refer to the HTTPS support is only available if the \refmodule{socket} module was
online docstrings for usage.} 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: The constants defined in this module are:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment