From: Georg Brandl Date: Fri, 14 Mar 2008 23:10:34 +0000 (+0000) Subject: Remove obsolete paragraph. #2288. X-Git-Tag: v2.6a2~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd77681f36238e5803857414ba46c722f7f28e42;p=python Remove obsolete paragraph. #2288. --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 2718d80ff1..ae1828f2a0 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -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.