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 hynek
Recipients Arfrever, eric.araujo, georg.brandl, hynek, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2012-07-12.11:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342092316.06.0.229710691944.issue15180@psf.upfronthosting.co.za>
In-reply-to
Content
I didn’t, because I pulled an Antoine and enjoyed weather, people and Florence. :)

I understand it’s okay to apply this towards 3.2 & 3.3 (with the proposed fixes)?

2.7 is not necessary because this problem doesn’t exist there:

> os.path.join(b'foo', u'bar')
u'foo/bar'

Introducing explicit sanity checks there would cause people wanting to eat our hearts. :)
History
Date User Action Args
2012-07-12 11:25:16hyneksetrecipients: + hynek, georg.brandl, terry.reedy, ncoghlan, pitrou, eric.araujo, Arfrever, r.david.murray
2012-07-12 11:25:16hyneksetmessageid: <1342092316.06.0.229710691944.issue15180@psf.upfronthosting.co.za>
2012-07-12 11:25:15hyneklinkissue15180 messages
2012-07-12 11:25:15hynekcreate