mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
493ea93469
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.