[Python-ideas] PEP 428: poll about the joining syntax
Chris Jerdonek
chris.jerdonek at gmail.com
Thu Oct 11 04:24:07 CEST 2012
On Tue, Oct 9, 2012 at 12:32 PM, Terry Reedy <tjreedy at udel.edu> wrote:
> On 10/9/2012 9:30 AM, Eric Snow wrote:
>> On Oct 9, 2012 1:12 AM, "Senthil Kumaran"
>> <senthil at uthcode.com
>> <mailto:senthil at uthcode.com>> wrote:
>> > > `p.pathjoin(q)`
>> >
>> > +1
>> >
>> > It is very explicit and hard to get it wrong.
>
>
> or path.concat(otherpath)
Or how about path.slash(other_path)? :)
I'm not feeling the operators, though I haven't thought about them much.
--Chris
More information about the Python-ideas
mailing list