comparison mercurial/exewrapper.c @ 41467:1016b81fa43e

tests: conditionalize test-http-bad-server.t for Python 3.5 It appears that Python 3 introduced output buffering in the HTTP response stack. And Python 3.6 switched from sock.makefile().write() to sock.sendall(). So, we need to conditionalize test-http-bad-server.t to account for the difference in behavior between Python 3.5 and 3.6. Differential Revision: https://phab.mercurial-scm.org/D5754
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 30 Jan 2019 12:55:44 -0800
parents ef7119cd4965
children 825d5a5907b4
comparison
equal deleted inserted replaced
41466:4d5aae86c9bd 41467:1016b81fa43e