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

Yuval Greenfield ubershmekel at gmail.com
Tue Oct 9 02:01:59 CEST 2012


`p[q]`            0
`p + q`          +0.5
`p / q`          +1
`p.join(q)`      -1
`p.pathjoin(q)`  -1
`p.pathjoin(q)`  -1
`p.add(q)`       +0.5

Joining/adding/appending paths is one of the most common ops. Please let's make
it short, easy and obvious.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121009/c68cdb64/attachment.html>


More information about the Python-ideas mailing list