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 Claudiu.Popa, ezio.melotti, fwierzbicki, jeff.allen, orsenthil, python-dev, r.david.murray, terry.reedy
Date 2014-06-28.16:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403973950.85.0.523047806454.issue20155@psf.upfronthosting.co.za>
In-reply-to
Content
After updating and rebuilding (32 bit VC express, on 64 bit Win 7), I get the same error as in msg210926, with or without -uall, even after turning my antivirus off.

  File "F:\Python\dev\4\py34\lib\test\test_httpservers.py", line 310, in test_invalid_requests
    self.check_status_and_reason(response, 501)
  File "F:\Python\dev\4\py34\lib\test\test_httpservers.py", line 265, in check_status_and_reason
    self.assertEqual(response.status, status)
AssertionError: 200 != 501

Is this a failure of the patch or a different issue?
History
Date User Action Args
2014-06-28 16:45:50terry.reedysetrecipients: + terry.reedy, orsenthil, fwierzbicki, ezio.melotti, r.david.murray, Claudiu.Popa, python-dev, jeff.allen
2014-06-28 16:45:50terry.reedysetmessageid: <1403973950.85.0.523047806454.issue20155@psf.upfronthosting.co.za>
2014-06-28 16:45:50terry.reedylinkissue20155 messages
2014-06-28 16:45:50terry.reedycreate