]> granicus.if.org Git - python/commit
Fix issue 10094, by narrowing down the test for PROXY environment variables.
authorBarry Warsaw <barry@python.org>
Thu, 14 Oct 2010 18:23:53 +0000 (18:23 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 14 Oct 2010 18:23:53 +0000 (18:23 +0000)
commite0f214a54912e428f378d1ef38b725a013b16990
tree884a4a731be7bfc9a227715511100b2f971eee66
parent2731494720ce3cfa4816e9f3c711bbc19316acde
Fix issue 10094, by narrowing down the test for PROXY environment variables.
Ubuntu 10.10 introduced $UBUNTU_MENUPROXY into the default user environment,
and that's what's tripping up the code.
Lib/test/test_urllib.py