summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-14 23:10:34 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-14 23:10:34 (GMT)
commitbd77681f36238e5803857414ba46c722f7f28e42 (patch)
tree5304abb4ca4d2eb8122558ffd01a3367d59021cd /Doc/library
parentf2b333a0c9c8dcb434b9e88015cd5797b4fd431f (diff)
downloadcpython-bd77681f36238e5803857414ba46c722f7f28e42.zip
cpython-bd77681f36238e5803857414ba46c722f7f28e42.tar.gz
cpython-bd77681f36238e5803857414ba46c722f7f28e42.tar.bz2
Remove obsolete paragraph. #2288.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/urllib.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
index 2718d80..ae1828f 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.