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

Antoine Pitrou solipsis at pitrou.net
Mon Oct 8 20:47:07 CEST 2012


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





More information about the Python-ideas mailing list