[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-25 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: This was already backported but the issue wasn't closed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r85489, please backport. -- versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Er, this patch is horrible. You should fix the generic bug, not workaround it on your particular environment. The test still fails with NO_PROXY: $ NO_PROXY=1 ./python -m test.regrtest test_urllib [1/1] test_urllib Warning -- os.environ was modified by test_ur

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: The problem occurs on Ubuntu 10.10 because there's a new environment variable called $UBUNTU_MENUPROXY in the default user environment. This is why it suddenly showed up in Python 3.1 and why it does not occur on other OS (even Ubuntu 10.04). ProxyTests.se

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: I had seen with test_urllib, but it was inconsistent for me. Sometimes make distclean and run had worked fine. This was on Ubuntu 10.04, Intel 64 bit. It is surprising, if it is seen consistently on Ubuntu 10.10 ( I have not upgraded to this yet, so have not

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Senthil, can you provide any additional information on where/when you've seen this? AFAICT, test_urllib.py is the only test it shows up, but it's totally consistent. What OS/platforms have you seen this happen on? Same test or different one? --

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: I have seen this in very inconsistent manner. -- nosy: +orsenthil ___ Python tracker ___ ___ Pytho

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: This may not be a Python bug. The failure is consistent on all Ubuntu 10.10 machines I've tried, including both i386 and x86_64 platforms. I've gone back many svn revisions and even pulled down earlier alpha tarballs and the failure is consistent. This doe

[issue10094] test_urllib.py fails in py3k r85440 with RuntimeError

2010-10-13 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : Running the test suite on py3k r85440, I get the following failure: == ERROR: test_getproxies_environment_keep_no_proxies (__main__.ProxyTests) -