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 raniere
Recipients raniere, vstinner
Date 2015-03-27.13:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427461678.73.0.387431035626.issue23788@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you please complete your bug report? Can you specifiy your OS?

GNU/Linux.

$ uname -a
Linux pupunha 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux
$ gcc --version
gcc (GCC) 4.9.2 20150304 (prerelease)

> Can you try to rerun the test manually with "./python -m test -u all test_urllib2_localnet"?

$ ./python -m test -u all test_urllib2_localnet
[1/1] test_urllib2_localnet
test test_urllib2_localnet failed -- Traceback (most recent call last):
  File "/home/raniere/src/cpython/Lib/test/test_urllib2_localnet.py", line 656, in test_bad_address
    "http://sadflkjsasf.i.nvali.d./")
AssertionError: OSError not raised by urlopen

1 test failed:
    test_urllib2_localnet
History
Date User Action Args
2015-03-27 13:07:58ranieresetrecipients: + raniere, vstinner
2015-03-27 13:07:58ranieresetmessageid: <1427461678.73.0.387431035626.issue23788@psf.upfronthosting.co.za>
2015-03-27 13:07:58ranierelinkissue23788 messages
2015-03-27 13:07:58ranierecreate