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 skrah
Recipients orsenthil, skrah
Date 2011-09-06.23:40:57
SpamBayes Score 8.5310385e-05
Marked as misclassified No
Message-id <1315352458.41.0.979039254957.issue12923@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

test_urllib fails in refleak mode:

./python -m test -uall -v -R : test_urllib


======================================================================
FAIL: test_invalid_redirect (test.test_urllib.urlopen_HttpTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/hg/cpython/Lib/test/test_urllib.py", line 235, in test_invalid_redirect
    "http://python.org/")
AssertionError: HTTPError not raised by urlopen

----------------------------------------------------------------------
Ran 58 tests in 0.075s

FAILED (failures=1, skipped=1)
test test_urllib failed
1 test failed:
    test_urllib
[133995 refs]
History
Date User Action Args
2011-09-06 23:40:58skrahsetrecipients: + skrah, orsenthil
2011-09-06 23:40:58skrahsetmessageid: <1315352458.41.0.979039254957.issue12923@psf.upfronthosting.co.za>
2011-09-06 23:40:57skrahlinkissue12923 messages
2011-09-06 23:40:57skrahcreate