[Python-Dev] file system path protocol PEP
Sven R. Kunze
srkunze at mail.de
Thu May 12 13:21:45 EDT 2016
More information about the Python-Dev mailing list
Thu May 12 13:21:45 EDT 2016
- Previous message (by thread): [Python-Dev] file system path protocol PEP
- Next message (by thread): [Python-Dev] file system path protocol PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12.05.2016 18:56, Ethan Furman wrote: > On 05/12/2016 09:26 AM, Sven R. Kunze wrote: >> str and bytes will receive the __fspath__ attribute when this PEP is >> accepted? > > No, they won't. The __fspath__ protocol will reduce the rich path > object down to a str/bytes object. Would this make the implementation of os.fspath simpler? After all, str and bytes are to some extend path-like objects. Best, Sven
- Previous message (by thread): [Python-Dev] file system path protocol PEP
- Next message (by thread): [Python-Dev] file system path protocol PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list