This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Jarek.Śmiejczak, ncoghlan, vinay.sajip, vstinner
Date 2014-01-06.11:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389006478.48.0.0937430989363.issue20140@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-06 11:07:58vinay.sajipsetrecipients: + vinay.sajip, ncoghlan, vstinner, Jarek.Śmiejczak
2014-01-06 11:07:58vinay.sajipsetmessageid: <1389006478.48.0.0937430989363.issue20140@psf.upfronthosting.co.za>
2014-01-06 11:07:58vinay.sajiplinkissue20140 messages
2014-01-06 11:07:58vinay.sajipcreate