
8 Oct
2012
8 Oct
'12
11:35 p.m.
On Mon, Oct 8, 2012 at 12:47 PM, Antoine Pitrou solipsis@pitrou.net wrote:
- `p[q]` joins path q to path p
-1
- `p + q` joins path q to path p
-1
- `p / q` joins path q to path p
-1
- `p.join(q)` joins path q to path p
+1 (with a different name)
I've found Nick's argument against operators-from-day-1 to be convincing, as well as his argument against join() or any other name already provided by string/sequence APIs.
-eric