]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#856047: respect the ``no_proxy`` env var when checking for proxies
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 12:05:43 +0000 (12:05 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 12:05:43 +0000 (12:05 +0000)
commit2235011d49bc543ced855804ac9b87c0e98a7b19
tree0996fd7241340d0b726e9b0f790b4f65b702e394
parent9b0d46db115c10767b240a0a64286214b50fe6ad
#856047: respect the ``no_proxy`` env var when checking for proxies
in urllib and using the other ``_proxy`` env vars.
Original patch by Donovan Baarda.
Doc/library/urllib.rst
Lib/urllib.py
Misc/NEWS