[Python-ideas] PEP 428 - object-oriented filesystem paths
Antoine Pitrou
solipsis at pitrou.net
Mon Oct 8 20:40:14 CEST 2012
On Mon, 8 Oct 2012 10:06:17 -0600
Andrew McNabb <amcnabb at mcnabbs.org> wrote:
>
> Since this really is a matter of personal taste, I'll end my
> participation in this discussion by voicing support for Nick Coghlan's
> suggestion of a `join` method, whether it's named `join` or `append` or
> something else.
The join() method already exists in the current PEP, but it's less
convenient, synctatically, than either '[]' or '/'.
Regards
Antoine.
--
Software development and contracting: http://pro.pitrou.net
More information about the Python-ideas
mailing list