[issue4755] Add function to get common path prefix

2017-05-05 Thread Martin Panter
Martin Panter added the comment: Issue 10395 added “os.path.commonpath” in 3.5. -- nosy: +martin.panter resolution: -> duplicate stage: patch review -> resolved status: languishing -> closed superseder: -> new os.path function to extract common prefix based on path components ___

[issue4755] Add function to get common path prefix

2014-09-27 Thread Skip Montanaro
Skip Montanaro added the comment: Feel free to close this ticket. I long ago gave up on it. -- ___ Python tracker ___ ___ Python-bugs-l

[issue4755] Add function to get common path prefix

2014-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There is more developed patch in issue10395. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue4755] Add function to get common path prefix

2012-05-23 Thread anatoly techtonik
Changes by anatoly techtonik : -- nosy: +techtonik ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue4755] Add function to get common path prefix

2012-01-03 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo title: Common path prefix -> Add function to get common path prefix type: behavior -> enhancement versions: +Python 3.3 -Python 3.1 ___ Python tracker _