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 quentel
Recipients orsenthil, quentel, v+python
Date 2012-05-06.07:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336290372.38.0.224098415237.issue14565@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Glenn, good to hear from you ;-)

I think the fix can be simplified replacing

dir_sep = collapsed_path.find('/', 1)

by

dir_sep = collapsed_path.rfind('/', 1)
History
Date User Action Args
2012-05-06 07:46:12quentelsetrecipients: + quentel, orsenthil, v+python
2012-05-06 07:46:12quentelsetmessageid: <1336290372.38.0.224098415237.issue14565@psf.upfronthosting.co.za>
2012-05-06 07:46:11quentellinkissue14565 messages
2012-05-06 07:46:10quentelcreate