[Python-Dev] os.path.diff(path1, path2)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Sep 15 01:45:39 CEST 2005


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


More information about the Python-Dev mailing list