[Python-Dev] os.path.diff(path1, path2)
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Sep 15 01:45:39 CEST 2005
More information about the Python-Dev mailing list
Thu Sep 15 01:45:39 CEST 2005
- Previous message: [Python-Dev] os.path.diff(path1, path2)
- Next message: [Python-Dev] os.path.diff(path1, path2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nathan Bullock wrote: > I find that I quite often want a > function that will give me a relative path from path A > to path B. I have created such a function, but it > would be nice if it was in the standard library. +1 from me. It's a fairly common thing to want to do. Greg
- Previous message: [Python-Dev] os.path.diff(path1, path2)
- Next message: [Python-Dev] os.path.diff(path1, path2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list