]> granicus.if.org Git - python/commitdiff
Bug #954981: urllib2 example wont work w/o ssl
authorGeorg Brandl <georg@python.org>
Mon, 26 Dec 2005 23:36:32 +0000 (23:36 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 26 Dec 2005 23:36:32 +0000 (23:36 +0000)
Doc/lib/liburllib2.tex

index 80caa4bb9a050d3b9636ec3b7a65017fd9965887..842b2a31ee66f203099c85d86dcc3582af9eb10e 100644 (file)
@@ -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