[Python-ideas] PEP 428 - object-oriented filesystem paths

Mathias Panzenböck grosser.meister.morti at gmx.net
Sat Oct 6 19:26:26 CEST 2012


Would there be something like this:

 >>> prefix.join("some","sub","path")

This would be the same as:

 >>> prefix["some"]["sub"]["path"]

But the join variant would be much less of a finger-twister on non-english keyboards.



More information about the Python-ideas mailing list