]> granicus.if.org Git - python/commit
Fix test on PPC64 buildbot. It raised an IOError (really an URLError which
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:46:46 +0000 (20:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:46:46 +0000 (20:46 +0000)
commit896c1ea15e9ec67fd1b33998ba8daaf17528ba31
tree013db37024596bfc3185280325cb9ac9d9f03070
parentf054aeb2a1dadc752901f94852bea6242dec52bb
Fix test on PPC64 buildbot.  It raised an IOError (really an URLError which
derives from an IOError).  That seems valid.  Env Error includes both OSError
and IOError, so this seems like a reasonable fix.
Lib/test/test_urllib2net.py