Bug #954981: urllib2 example wont work w/o ssl

This commit is contained in:
Georg Brandl 2005-12-26 23:36:32 +00:00
parent d90d1c1b8d
commit a2764add19
1 changed files with 2 additions and 1 deletions

View File

@ -782,7 +782,8 @@ bytes of it:
\end{verbatim} \end{verbatim}
Here we are sending a data-stream to the stdin of a CGI and reading 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} \begin{verbatim}
>>> import urllib2 >>> import urllib2