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

Henshaw, Andy Andy.Henshaw at gtri.gatech.edu
Tue Oct 9 00:32:06 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 :-(

How about
	p.extend(q)
?

I can imagine getting "joinpath" wrong 50% of the time by typing "pathjoin".





More information about the Python-ideas mailing list