diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 20:23:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 20:23:10 (GMT) |
commit | 0fc6a67307c46d893a5cfa52f391b8855e7ae140 (patch) | |
tree | aa3a99747a430d36a6cb9833827ba7e4a5026724 /Doc/lib | |
parent | 77b76b6db6149a65bce1a34a8b5a1d34517e65da (diff) | |
download | cpython-0fc6a67307c46d893a5cfa52f391b8855e7ae140.zip cpython-0fc6a67307c46d893a5cfa52f391b8855e7ae140.tar.gz cpython-0fc6a67307c46d893a5cfa52f391b8855e7ae140.tar.bz2 |
Remove duplicated text from urlopen() description, noted by Ka-Ping
Yee <ping@lfw.org> and probably others as well.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/liburllib.tex | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index 3901a9c..5a4fad0 100644 --- a/Doc/lib/liburllib.tex +++ b/Doc/lib/liburllib.tex @@ -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}}} |