[Python-ideas] PEP 428: poll about the joining syntax
Terry Reedy
tjreedy at udel.edu
Tue Oct 9 02:28:51 CEST 2012
On 10/8/2012 2:47 PM, Antoine Pitrou 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
-1 to this
> - `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
currently neutral between these
--
Terry Jan Reedy
More information about the Python-ideas
mailing list