Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fc6a67

Browse files
committed
Remove duplicated text from urlopen() description, noted by Ka-Ping
Yee <[email protected]> and probably others as well.
1 parent 77b76b6 commit 0fc6a67

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Doc/lib/liburllib.tex

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,6 @@ \section{\module{urllib} ---
8181

8282
Proxies which require authentication for use are not currently
8383
supported; this is considered an implementation limitation.
84-
85-
The \function{urlopen()} function works transparently with proxies.
86-
In a \UNIX{} or Windows environment, set the \envvar{http_proxy},
87-
\envvar{ftp_proxy} or \envvar{gopher_proxy} environment variables to a
88-
URL that identifies the proxy server before starting the Python
89-
interpreter, e.g.:
90-
91-
\begin{verbatim}
92-
% http_proxy="http://www.someproxy.com:3128"
93-
% export http_proxy
94-
% python
95-
...
96-
\end{verbatim}
97-
98-
In a Macintosh environment, \function{urlopen()} will retrieve proxy
99-
information from Internet Config.
10084
\end{funcdesc}
10185

10286
\begin{funcdesc}{urlretrieve}{url\optional{, filename\optional{, hook}}}

0 commit comments

Comments
 (0)