[Python-Dev] Defining a path protocol (original) (raw)
Wes Turner wes.turner at gmail.com
Wed Apr 6 23:12:47 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 ]
My mistake.
On Wed, Apr 6, 2016 at 9:40 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
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
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160406/3f7d01de/attachment.html>
- 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 ]