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

Richard Oudkerk shibturn at gmail.com
Mon Oct 8 23:17:07 CEST 2012


On 08/10/2012 9:22pm, Paul Moore wrote:
>   p.joinpath(q)
> +1 I wish there was a better name, but I doubt one will appear :-(

I would go for

     p.add(q)

which at least has the virtue of brevity.


Richard





More information about the Python-ideas mailing list