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

Eric Snow ericsnowcurrently at gmail.com
Tue Oct 9 01:31:10 CEST 2012


On Mon, Oct 8, 2012 at 1:24 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> However, I'm
> also a big fan of starting with a minimalist core and growing it.
> Moving from "os.path.join(a, b, c, d, e)" (or, the way I often write
> it, "joinpath(a, b, c, d, e)") to "a.joinpath(b, c, d, e)" at least
> isn't going backwards, and is more obvious in isolation than "a / b /
> c / d / e".

+1



More information about the Python-ideas mailing list