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 serhiy.storchaka
Recipients Jarek.Śmiejczak, docs@python, jhonglei, ncoghlan, serhiy.storchaka, vinay.sajip, vstinner
Date 2014-09-27.16:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411835433.03.0.884770202373.issue20140@psf.upfronthosting.co.za>
In-reply-to
Content
This looks to me as documentation issue. Unfortunately it is not explicitly documented that os.path.join() shouldn't mix str and unicode components (except ascii-only str, such as '.').

There is relevant note in 3.x documentation. It should be adapted to 2.7.
History
Date User Action Args
2014-09-27 16:30:33serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, ncoghlan, vstinner, docs@python, Jarek.Śmiejczak, jhonglei
2014-09-27 16:30:33serhiy.storchakasetmessageid: <1411835433.03.0.884770202373.issue20140@psf.upfronthosting.co.za>
2014-09-27 16:30:32serhiy.storchakalinkissue20140 messages
2014-09-27 16:30:32serhiy.storchakacreate