Quote:
Originally Posted by NiLuJe
In /mnt/us/python/lib/python2.7/site-packages/requests/models.py around L392 (basically just above the offending unicode_is_ascii call), insert:
Code:
if is_py2:
host = unicode(host)
Honoring the whitespace *exactly* (this is Python, indent > everything, as it should!).
|
I'm a total newbie so I'm not exactly sure what this means or how to make the change. Would someone mind posting a step-by-step on how to make this edit?
Thank you so much!!