]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 82150 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 27 Jun 2010 12:49:49 +0000 (12:49 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 27 Jun 2010 12:49:49 +0000 (12:49 +0000)
commit3d3ffd8c44a50645d04aa5b8ca503df0b5089c1f
tree774553fcfa493ffdfa06074116b3f25e800e0671
parenta5dae25b3bfded9f0bcb89161c87ad44c119ea00
Merged revisions 82150 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82150 | ronald.oussoren | 2010-06-22 11:32:22 +0200 (Tue, 22 Jun 2010) | 12 lines

  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