[issue21535] test_license_exists_at_url fails with 3.4.1, wrong/unexpected http error code

Matthias Klose report at bugs.python.org
Mon May 19 16:41:50 CEST 2014


New submission from Matthias Klose:

======================================================================
FAIL: test_license_exists_at_url (test.test_site.ImportSideEffectTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/scratch/packages/python/3.4/python3.4-3.4.1/Lib/test/test_site.py", line 438, in test_license_exists_at_url
    self.assertEqual(code, 200, msg="Can't find " + url)
AssertionError: 404 != 200 : Can't find http://www.python.org/download/releases/3.4.1/license

----------
components: Tests
messages: 218795
nosy: doko
priority: normal
severity: normal
status: open
title: test_license_exists_at_url fails with 3.4.1, wrong/unexpected http error code
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21535>
_______________________________________


More information about the Python-bugs-list mailing list