Message221803
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? |
|
Date |
User |
Action |
Args |
2014-06-28 16:45:50 | terry.reedy | set | recipients:
+ terry.reedy, orsenthil, fwierzbicki, ezio.melotti, r.david.murray, Claudiu.Popa, python-dev, jeff.allen |
2014-06-28 16:45:50 | terry.reedy | set | messageid: <1403973950.85.0.523047806454.issue20155@psf.upfronthosting.co.za> |
2014-06-28 16:45:50 | terry.reedy | link | issue20155 messages |
2014-06-28 16:45:50 | terry.reedy | create | |
|