Ron Adam wrote: > In all current cases, (that I know of), of differing types, '+' raises > an error.
Not quite: >>> "hello " + u"world" u'hello world' >>> 4.5 + 5 9.5 > Question: Is a path object mutable? No. This should answer the rest of your questions. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list