[Python-Dev] os.path.diff(path1, path2) (original) (raw)
Trent Mick trentm at ActiveState.com
Wed Sep 21 18:36:38 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 ]
> But this begs the question: What is relpath good for, anyway?
A couple of use cases I've encountered:
Another one:
- Build tools that work with paths alot can really improve their log readability if relative paths can be used to keep paths short rather than the common fallback of just making everything an absolute path.
Trent
-- Trent Mick TrentM at ActiveState.com
- 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 ]