Send the original response url to `urlparse` rather than the `Response` object. ...
authorig0774 <ig0774@yahoo.com>
Fri, 8 Jun 2012 12:35:54 +0000 (09:35 -0300)
committerig0774 <ig0774@yahoo.com>
Fri, 8 Jun 2012 12:35:54 +0000 (09:35 -0300)
commit98b8316c0c1343f94749c3dde785ffaf7e70a04b
tree18eaafc206ae7d37061d3d3508620b3c732cf68d
parent10d23981736e0cd7d864b12cd8d12edd9a4d8b6d
Send the original response url to `urlparse` rather than the `Response` object. `urlparse` cannot handle `Response` objects.
requests/cookies.py