]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The code in _scproxy (a mac specific helper module to
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Jun 2010 09:32:22 +0000 (09:32 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Jun 2010 09:32:22 +0000 (09:32 +0000)
commit3ceab01cefa149ade3bed218e9c03ac791f0e8cc
tree6c740a06eff132bd18a492bba3897ab6685e6e3b
parent934f4e1f398bb0dd712f40ecf7957327bdae33f8
The code in _scproxy (a mac specific helper module to
detect proxy settings) had the wrong logic for detecting
if the checkbox 'Exclude simple hostnames' is checked. This
checkin fixes that.

As a result the test failure 'Issue8455' goes away on systems
where the checkbox is not checked.

I'm carefully avoiding saying that is fixes that issue,
test_urllib2_localnet assumes that system proxy settings are
empty (not just on OSX, see Issue8455 for details).
Mac/Modules/_scproxy.c