Test and perfection for cookie handling.
authorIan Cordasco <graffatcolmingov@gmail.com>
Mon, 11 Feb 2013 00:36:36 +0000 (19:36 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Mon, 11 Feb 2013 00:36:36 +0000 (19:36 -0500)
commit2e3169615636ceffc7aa85469464470c11d3a85e
tree1bacc16a48685e62edea3fef973b892dde935885
parent0fb13e0b6c092e1acf96e24cf01a621ea4ef5eac
Test and perfection for cookie handling.

I also fixed up some of the RequestsCookieJar methods so using
jar.update(other_jar) works without a problem. This cleans up some of the code
in sessions and the resolve_redirects method.
requests/cookies.py
requests/sessions.py
test_requests.py