[Python-ideas] PEP 428 - object-oriented filesystem paths
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Oct 7 01:22:32 CEST 2012
More information about the Python-ideas mailing list
Sun Oct 7 01:22:32 CEST 2012
- Previous message: [Python-ideas] PEP 428 - object-oriented filesystem paths
- Next message: [Python-ideas] PEP 428 - object-oriented filesystem paths
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mathias Panzenböck wrote:
> Would there be something like this:
>
> >>> prefix.join("some","sub","path")
Using a / operator, this would be
prefix / "some" / "sub" / "path"
--
Greg
- Previous message: [Python-ideas] 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