[Python-Dev] When should pathlib stop being provisional?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Apr 6 01:52:34 EDT 2016
Nick Coghlan wrote:
> The most promising option for that is probably "getattr(path, 'path',
> path)",
Is there something seriously wrong with str(path)?
--
Greg
More information about the Python-Dev
mailing list