News

This is fixed in python3 branch. The Python DLL is now loaded using the wide-string Windows API, so any unicode path is allowed.
files = {u'file': open(u'/usr/bin/diff', u'rb')} response = requests.request(method='POST', url=u'http://httpbin.org/post', files=files) But the following example ...