Issue 1309676: Add os.path.relpath - Python tracker (original) (raw)

Issue1309676

Created on 2005-09-30 18:38 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg54623 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-30 18:38
Add a method to os.path which calculates the "difference" of two paths. See this python-dev thread for details and sample implementations: http://mail.python.org/pipermail/python-dev/2005-September/056391.html
msg54624 - (view) Author: Richard Barran (rbarran) Date: 2005-10-27 18:33
Logged In: YES user_id=1207189 Hi, Submitted a patch #1339796 to add this function.
msg54625 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-30 07:21
Applied rbarran's patch as r54419.
History
Date User Action Args
2022-04-11 14:56:13 admin set github: 42437
2005-09-30 18:38:15 birkenfeld create