This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2008-12-14.21:56:28
SpamBayes Score 9.083195e-05
Marked as misclassified No
Message-id <1229291790.02.0.754005810213.issue4666@psf.upfronthosting.co.za>
In-reply-to
Content
This error is often seen on the buildbots (both py3k and trunk):

======================================================================
FAIL: test_bad_address (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_urllib2_localnet.py",
line 452, in test_bad_address
    "http://www.python.invalid./")
AssertionError: IOError not raised by urlopen
History
Date User Action Args
2008-12-14 21:56:30pitrousetrecipients: + pitrou
2008-12-14 21:56:30pitrousetmessageid: <1229291790.02.0.754005810213.issue4666@psf.upfronthosting.co.za>
2008-12-14 21:56:29pitroulinkissue4666 messages
2008-12-14 21:56:28pitroucreate