Message221803
| 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\dev4円\py34\lib\test\test_httpservers.py", line 310, in test_invalid_requests
self.check_status_and_reason(response, 501)
File "F:\Python\dev4円\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? |
|