mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Bug #954981: urllib2 example wont work w/o ssl
This commit is contained in:
parent
d90d1c1b8d
commit
a2764add19
1 changed files with 2 additions and 1 deletions
|
|
@ -782,7 +782,8 @@ bytes of it:
|
|||
\end{verbatim}
|
||||
|
||||
Here we are sending a data-stream to the stdin of a CGI and reading
|
||||
the data it returns to us:
|
||||
the data it returns to us. Note that this example will only work when the
|
||||
Python installation supports SSL.
|
||||
|
||||
\begin{verbatim}
|
||||
>>> import urllib2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue