Message 103119 - Python tracker

Message103119

Author vstinner
Recipients parthm, vstinner
Date 2010-04-14.10:00:15
SpamBayes Score 0.0032010963
Marked as misclassified No
Message-id <1271239218.08.0.62836539613.issue8396@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed a workaround, the real bug is that os.path.abspath() doesn't support unicode... And this bug was already fixed 7 weeks ago by r78247 (issue #3426).
http://svn.python.org/view/python/trunk/Lib/posixpath.py?r1=78247&r2=78246&pathrev=78247

Python 2.6.5 and 2.7b1 are fixed. So please upgrade :-)
History
Date User Action Args
2010-04-14 10:00:18vstinnersetrecipients: + vstinner, parthm
2010-04-14 10:00:18vstinnersetmessageid: <1271239218.08.0.62836539613.issue8396@psf.upfronthosting.co.za>
2010-04-14 10:00:16vstinnerlinkissue8396 messages
2010-04-14 10:00:16vstinnercreate