File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,22 +81,6 @@ \section{\module{urllib} ---
8181
8282Proxies which require authentication for use are not currently
8383supported; 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}}}
You can’t perform that action at this time.
0 commit comments