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 vstinner
Recipients giampaolo.rodola, mkovtun, santoso.wijaya, terry.reedy, vstinner, wm
Date 2011-04-14.23:20:18
SpamBayes Score 1.3696987e-05
Marked as misclassified No
Message-id <1302823218.91.0.0344900442575.issue11397@psf.upfronthosting.co.za>
In-reply-to
Content
I tested issue11397_py32.patch:
 - you should use os.fsencode(sep) instead of sep.encode()
 - os.path.realpath('../'*10) raises IndexError('pop from empty list') instead of giving '/'
History
Date User Action Args
2011-04-14 23:20:18vstinnersetrecipients: + vstinner, terry.reedy, giampaolo.rodola, santoso.wijaya, wm, mkovtun
2011-04-14 23:20:18vstinnersetmessageid: <1302823218.91.0.0344900442575.issue11397@psf.upfronthosting.co.za>
2011-04-14 23:20:18vstinnerlinkissue11397 messages
2011-04-14 23:20:18vstinnercreate