[Python-ideas] PEP 428 - object-oriented filesystem paths
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Oct 9 07:08:18 CEST 2012
More information about the Python-ideas mailing list
Tue Oct 9 07:08:18 CEST 2012
- Previous message: [Python-ideas] Subpaths [was Re: PEP 428 - object-oriented filesystem paths]
- Next message: [Python-ideas] PEP 428 - object-oriented filesystem paths
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Coghlan wrote: > Huh? It's a tree structure. A subpath lives inside its parent path, > just as subnodes are children of their parent node. You're confusing the path, which is a name, with the object that it names. It's called a path because it's the route that you follow from the root to reach the node being named. To reach a subnode of N requires following a *longer* path than you did to reach N. There's no sense in which the *path* to the subnode is "contained" within the path to N -- rather it's the other way around. -- Greg
- Previous message: [Python-ideas] Subpaths [was Re: PEP 428 - object-oriented filesystem paths]
- Next message: [Python-ideas] PEP 428 - object-oriented filesystem paths
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list