From 109e6d4d2f94af7d536ccc060ecbc4b8bfe3e884 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 26 Dec 2005 23:36:49 +0000 Subject: [PATCH] Bug #954981: urllib2 example wont work w/o ssl (backport) --- Doc/lib/liburllib2.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 6f9395cdff21..1973d51acada 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 -- 2.47.3