Remove obsolete paragraph. #2288.

This commit is contained in:
Georg Brandl 2008-03-14 23:10:34 +00:00
parent f2b333a0c9
commit bd77681f36
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ High-level interface
filehandle = urllib.urlopen(some_url, proxies=None)
filehandle = urllib.urlopen(some_url)
The :func:`urlopen` function does not support explicit proxy specification. If
you need to override environmental proxy settings, use :class:`URLopener`, or a
subclass such as :class:`FancyURLopener`.
Proxies which require authentication for use are not currently supported; this
is considered an implementation limitation.