Terry J. Reedy added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to