Vinay Sajip added the comment:

It's not failing specifically because of distlib or os.path.join functionality: 
it's failing because, given a Unicode path C:\Users\Jarosław\..., Python is 
attempting to decode it using the default, ASCII codec. I'll certainly look at 
updating distlib to handle this case, but the same problem could bite the user 
in other areas.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20140>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to