[Python-ideas] PEP 428 - object-oriented filesystem paths

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 9 07:48:23 CEST 2012


Stefan Krah wrote:
> '^' or '@' are used for concatenation in some languages. At least accidental
> confusion with xor is pretty unlikely.

We'd have to add '@' as a new operator before we could use that.

But '^' might have possibilities... if you squint, it looks a
bit like a compromise between Unix and Windows path separators. :-)

-- 
Greg



More information about the Python-ideas mailing list