mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
|
@ -9,9 +9,9 @@
|
|||
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. \strong{Note:} HTTPS support is only
|
||||
that use HTTP and HTTPS. \note{HTTPS support is only
|
||||
available if the \refmodule{socket} module was compiled with SSL
|
||||
support.
|
||||
support.}
|
||||
|
||||
The module defines one class, \class{HTTP}:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue