This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, eric.smith, pitrou, serhiy.storchaka, tebeka
Date 2019-09-19.20:54:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568926483.27.0.299480374847.issue38222@roundup.psfhosted.org>
In-reply-to
Content
I'm -1 as PEP 519 created __fspath__ specifically so that pathlib.Path wouldn't be confused as a string by accident. You can also use os.fspath() to get a string representation of the path itself.

I also don't know if Antoine wants to make this sort of call for pathlib anymore as he isn't listed in https://devguide.python.org/experts/ or https://github.com/python/cpython/blob/master/.github/CODEOWNERS for pathlib anymore (and that was an explicit choice based on code history for the experts index).
History
Date User Action Args
2019-09-19 20:54:43brett.cannonsetrecipients: + brett.cannon, tebeka, pitrou, eric.smith, serhiy.storchaka
2019-09-19 20:54:43brett.cannonsetmessageid: <1568926483.27.0.299480374847.issue38222@roundup.psfhosted.org>
2019-09-19 20:54:43brett.cannonlinkissue38222 messages
2019-09-19 20:54:42brett.cannoncreate