Remove duplicated text from urlopen() description, noted by Ka-Ping

Yee <ping@lfw.org> and probably others as well.
This commit is contained in:
Fred Drake 2000-10-10 20:23:10 +00:00
parent 77b76b6db6
commit 0fc6a67307
1 changed files with 0 additions and 16 deletions

View 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}}}