On Tue, Oct 9, 2012 at 12:32 PM, Terry Reedy tjreedy@udel.edu wrote:
On 10/9/2012 9:30 AM, Eric Snow wrote:
On Oct 9, 2012 1:12 AM, "Senthil Kumaran" <senthil@uthcode.com mailto:senthil@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