[issue9637] docs do not say that urllib uses HTTP_PROXY
Terry J. Reedy
report at bugs.python.org
Fri Aug 20 20:31:42 CEST 2010
Terry J. Reedy <tjreedy at udel.edu> added the comment:
Are you talking about top-level code within the urllib module or code within defined functions. If the former, can you quote or point to the place in the file? If the latter, which functions? Just urlopen or others? Does urllib2.urlopen have the same issue? (That replaces urllib.urlopen in 3.x).
Having answered the above, please suggest a specific change in a specific place in the docs.
----------
nosy: +terry.reedy
stage: -> needs patch
versions: +Python 2.7 -Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9637>
_______________________________________
More information about the Python-bugs-list
mailing list