]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicated text from urlopen() description, noted by Ka-Ping
authorFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 20:23:10 +0000 (20:23 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 20:23:10 +0000 (20:23 +0000)
Yee <ping@lfw.org> and probably others as well.

Doc/lib/liburllib.tex

index 3901a9cf760ffb71b93b0a564df916efebed8650..5a4fad0f0636b9cb2bba433a7b586892a6a667ba 100644 (file)
@@ -81,22 +81,6 @@ information from Internet\index{Internet Config} Config.
 
 Proxies which require authentication for use are not currently
 supported; this is considered an implementation limitation.
-
-The \function{urlopen()} function works transparently with proxies.
-In a \UNIX{} or Windows environment, set the \envvar{http_proxy},
-\envvar{ftp_proxy} or \envvar{gopher_proxy} environment variables to a
-URL that identifies the proxy server before starting the Python
-interpreter, e.g.:
-
-\begin{verbatim}
-% http_proxy="http://www.someproxy.com:3128"
-% export http_proxy
-% python
-...
-\end{verbatim}
-
-In a Macintosh environment, \function{urlopen()} will retrieve proxy
-information from Internet Config.
 \end{funcdesc}
 
 \begin{funcdesc}{urlretrieve}{url\optional{, filename\optional{, hook}}}