[Python-Dev] Defining a path protocol
Ethan Furman
ethan at stoneleaf.us
Wed Apr 6 22:40:55 EDT 2016
More information about the Python-Dev mailing list
Wed Apr 6 22:40:55 EDT 2016
- Previous message (by thread): [Python-Dev] Defining a path protocol
- Next message (by thread): [Python-Dev] Defining a path protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04/06/2016 07:24 PM, Wes Turner wrote: > On Apr 6, 2016 6:31 PM, "Brett Cannon" wrote: >> Which suggests perhaps we should have pathlib.fspath() instead of a >> built-in. > > Would it make sense to instead have pathlib.Path.__init__? We already have that -- it's what makes a Path. What we are looking for is a function that accepts a Path or a str and returns the Path as a str, or the str passed in. -- ~Ethan~
- Previous message (by thread): [Python-Dev] Defining a path protocol
- Next message (by thread): [Python-Dev] Defining a path protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list