Commit 4536b59e authored by Georg Brandl's avatar Georg Brandl

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

parent 5b6f723a
......@@ -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
......
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