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 blokeley, brian.curtin, eric.araujo, pitrou, r.david.murray, rhettinger, santoso.wijaya, serhiy.storchaka, terry.reedy
Date 2012-12-02.20:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354481137.09.0.768353739509.issue11344@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch adds effective implementations of mentioned above algorithm.

splitpath() can be used for consecutive implementation of relpath() and commonpath().
History
Date User Action Args
2012-12-02 20:45:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, pitrou, eric.araujo, r.david.murray, brian.curtin, santoso.wijaya, blokeley
2012-12-02 20:45:37serhiy.storchakasetmessageid: <1354481137.09.0.768353739509.issue11344@psf.upfronthosting.co.za>
2012-12-02 20:45:37serhiy.storchakalinkissue11344 messages
2012-12-02 20:45:36serhiy.storchakacreate