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 terry.reedy
Recipients jeff.allen, terry.reedy
Date 2014-02-11.11:49:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392119384.9.0.0910448888759.issue20155@psf.upfronthosting.co.za>
In-reply-to
Content
Installed 3.4.0c1 on Windows:
test test_httpservers failed -- Traceback (most recent call last):
  File "C:\Programs\Python34.32\lib\test\test_httpservers.py", line 309, in test_invalid_requests
    self.check_status_and_reason(response, 501)
  File "C:\Programs\Python34.32\lib\test\test_httpservers.py", line 264, in check_status_and_reason
    self.assertEqual(response.status, status)
AssertionError: 200 != 501

I know very little about http server stuff.
History
Date User Action Args
2014-02-11 11:49:44terry.reedysetrecipients: + terry.reedy, jeff.allen
2014-02-11 11:49:44terry.reedysetmessageid: <1392119384.9.0.0910448888759.issue20155@psf.upfronthosting.co.za>
2014-02-11 11:49:44terry.reedylinkissue20155 messages
2014-02-11 11:49:44terry.reedycreate