Fixed issue #747
authorMarcus McCurdy <marcus.mccurdy@gmail.com>
Sat, 4 Aug 2012 03:13:17 +0000 (23:13 -0400)
committerMarcus McCurdy <marcus.mccurdy@gmail.com>
Sat, 4 Aug 2012 03:13:17 +0000 (23:13 -0400)
commit493ea934699d10f5e7fae174403c59fd511b605b
tree22ee54e0cd8a3039c7f62cc3483f287bc516fea7
parent12328d6e58d0b52f0a5f425f4dcd84236583c679
Fixed issue #747

Bound the name builtin_str to __builtin__.str and added another check
for this class since the str class was rebound to unicode in compat.
This issue was only for Python 2 as well.
requests/models.py
tests/test_requests.py