[Python-ideas] Working with Path objects: p-strings?
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Mar 26 19:38:58 EDT 2016
I'm wondering how often literal pathames are really used
in actual programs.
In my experience, most pathnames are received as arguments,
read from config files, etc. Most literals are just fragments
that get concatenated with existing pathnames, and that's
already covered by operations between path objects and strings.
--
Greg
More information about the Python-ideas
mailing list