From: Georg Brandl Date: Mon, 26 Dec 2005 23:36:32 +0000 (+0000) Subject: Bug #954981: urllib2 example wont work w/o ssl X-Git-Tag: v2.5a0~945 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2764add1976fcc5538726affc38b2ab3f6faa27;p=thirdparty%2FPython%2Fcpython.git Bug #954981: urllib2 example wont work w/o ssl --- diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 80caa4bb9a05..842b2a31ee66 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -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