[Python-checkins] r61392 - python/trunk/Doc/library/urllib.rst

georg.brandl python-checkins at python.org
Sat Mar 15 00:10:35 CET 2008


Author: georg.brandl
Date: Sat Mar 15 00:10:34 2008
New Revision: 61392

Modified:
   python/trunk/Doc/library/urllib.rst
Log:
Remove obsolete paragraph. #2288.


Modified: python/trunk/Doc/library/urllib.rst
==============================================================================
--- python/trunk/Doc/library/urllib.rst	(original)
+++ python/trunk/Doc/library/urllib.rst	Sat Mar 15 00:10:34 2008
@@ -107,10 +107,6 @@
       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.
 


More information about the Python-checkins mailing list