Path PEP: What should Path(None) do?

Michael Hoffman cam.ac.uk at mh391.invalid
Mon Jul 25 10:44:54 EDT 2005


Currently it returns Path('None'). This means I have to do a check on 
input before pathifying it to make sure it is not None.

Perhaps it should throw ValueError?
-- 
Michael Hoffman



More information about the Python-list mailing list