Fix python3 tests.
authorIan Cordasco <graffatcolmingov@gmail.com>
Sat, 18 Aug 2012 18:41:13 +0000 (14:41 -0400)
committerIan Cordasco <graffatcolmingov@gmail.com>
Sat, 18 Aug 2012 18:41:13 +0000 (14:41 -0400)
commitab56e4a9f170c2c951d443853466f27b31dcc256
tree69c6b17627366c68c1a5cf1b22f4913a8ed344e6
parentf01694e2743c9883ca316d3abd8d2385d5c5f37e
Fix python3 tests.

I wasn't thorough enough with how I dealt with headers. Most of the header
logic in the Request object utilizes dictionary properties which will not work
with a key/value list.

I'll dig more into this, but I know the rest of the features are more
important so I'll take my time on this and send a separate pull request.
requests/sessions.py
tests/test_requests.py