New tests fail on python 3.x because read() returns bytes and the test checks for...
authorMichael Komitee <mkomitee@gmail.com>
Thu, 14 Feb 2013 03:42:56 +0000 (22:42 -0500)
committerMichael Komitee <mkomitee@gmail.com>
Thu, 14 Feb 2013 03:42:56 +0000 (22:42 -0500)
commitdf5dcb8a7d60d74ee8c1fb955f1dc2fca84566fe
treee9ccbf6b782b10c904ef578440e09a83acb6f383
parent69ba64380b5eee14f741f45b22711115fe5c6d98
New tests fail on python 3.x because read() returns bytes and the test checks for strings
test_requests.py