[Python-ideas] PEP 428: poll about the joining syntax

Guido van Rossum guido at python.org
Mon Oct 8 20:54:06 CEST 2012


I don't like any of those; I'd vote for another regular method, maybe
p.pathjoin(q).

On Mon, Oct 8, 2012 at 11:47 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
>
> Hello,
>
> Since there has been some controversy about the joining syntax used in
> PEP 428 (filesystem path objects), I would like to run an informal poll
> about it. Please answer with +1/+0/-0/-1 for each proposal:
>
> - `p[q]` joins path q to path p
> - `p + q` joins path q to path p
> - `p / q` joins path q to path p
> - `p.join(q)` joins path q to path p
>
> (you can include a rationale if you want, but don't forget to vote :-))
>
> Thank you
>
> Antoine.
>
>
> --
> Software development and contracting: http://pro.pitrou.net
>
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas



-- 
--Guido van Rossum (python.org/~guido)



More information about the Python-ideas mailing list