Fix test on PPC64 buildbot. It raised an IOError (really an URLError which
commit8ec36835bc6c6de51d9646e8cfad8684983307ec
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 20:46:46 +0000 (11 20:46 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 20:46:46 +0000 (11 20:46 +0000)
treed9fcb9702f577c34f553dd85382580898e4123ab
parent137950708a51972d948a69bbd98ea159eb1df9b8
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.

git-svn-id: http://svn.python.org/projects/python/trunk@46870 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_urllib2net.py