]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 10094, by narrowing down the test for PROXY environment variables.
authorBarry Warsaw <barry@python.org>
Thu, 14 Oct 2010 18:10:34 +0000 (18:10 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 14 Oct 2010 18:10:34 +0000 (18:10 +0000)
commit270800c801c777e1fb39d158fd60a0999d87bf0d
tree6d06940487b8eee02babbfb2055711a83e4edb41
parent278266f6f23b67449bf49b8edd542333b3fb80b4
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