Added test case for quoted and illegal characters in the URL.
authorMatt Giuca <matt.giuca@gmail.com>
Tue, 14 Feb 2012 00:47:14 +0000 (11:47 +1100)
committerMatt Giuca <matt.giuca@gmail.com>
Tue, 14 Feb 2012 00:47:14 +0000 (11:47 +1100)
commit329efcae6e93e992582f0f3e01f4a7ed31b54979
treebbd805c80d55dcb27006612fbfffe514a342d51d
parent12f9aa3669848dbf810a1e421032686315c3ba89
Added test case for quoted and illegal characters in the URL.

This is a test case for issue #369.
It passes in Python 2, but fails in Python 3 (though the test suite doesn't
actually work in Python 3, it can be shown to fail with some modification).
test_requests.py