]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix byte strings as header values in curl_httpclient and python3.
authorBen Darnell <ben@bendarnell.com>
Sat, 11 Oct 2014 15:25:36 +0000 (11:25 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 11 Oct 2014 15:47:03 +0000 (11:47 -0400)
commit34dbe87d8caf667ddbcf051bd62cd3d583ee3f54
tree0a2b794a0ff2e83a7b323bf931721439e616b67a
parentea943e325a8b8e3904093dbfe1c9feed08dfda15
Fix byte strings as header values in curl_httpclient and python3.

Add the -bb flag to all py3 tests, which uncovered this bug.
tornado/curl_httpclient.py
tornado/test/httpclient_test.py
tox.ini