[Python-Dev] Alternative path suggestion

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 7 03:22:47 CEST 2006


Edward Loper wrote:

> If one of the path segments contained a path-splitting character,  
> should it automatically get quoted?

No, an exception should be raised if you try to construct
a Path object containing such a name. No such object could
exist in the file system, so there's no point in being
able to name it.

--
Greg


More information about the Python-Dev mailing list