summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liburllib2.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex
index 6f9395c..1973d51 100644
--- a/Doc/lib/liburllib2.tex
+++ b/Doc/lib/liburllib2.tex
@@ -771,7 +771,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