Fixed URI re-encoding on Python 3 (Issue #369).
authorMatt Giuca <matt.giuca@gmail.com>
Tue, 14 Feb 2012 00:50:02 +0000 (11:50 +1100)
committerMatt Giuca <matt.giuca@gmail.com>
Tue, 14 Feb 2012 00:50:02 +0000 (11:50 +1100)
commitcf54f60367199042d56334c9a1e2a75546025933
tree0ad51507c01d41ff3380c7992a633bf169af578e
parent329efcae6e93e992582f0f3e01f4a7ed31b54979
Fixed URI re-encoding on Python 3 (Issue #369).

Request.full_url now performs requoting of the path (like it does in Python 2).
Request.path_url no longer quotes the already-quoted path (double quoting).
Fixed utils.requote_path so it works properly in Python 3.
requests/models.py
requests/utils.py