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 eryksun
Recipients brett.cannon, eryksun, ethan.furman, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-06-03.05:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464932590.19.0.860958722458.issue27184@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I must have missed or misunderstood something. PEP 519 discusses modifying os.path. For the os module it only discusses adding fspath and updating fsencode and fsdecode. It also discusses a new PyOS_FSPath C API, but without any discussion regarding its use in the implementation of the posix / nt module, or regarding what built-in os functions should support __fspath__.
History
Date User Action Args
2016-06-03 05:43:10eryksunsetrecipients: + eryksun, brett.cannon, paul.moore, tim.golden, ethan.furman, zach.ware, serhiy.storchaka, steve.dower
2016-06-03 05:43:10eryksunsetmessageid: <1464932590.19.0.860958722458.issue27184@psf.upfronthosting.co.za>
2016-06-03 05:43:10eryksunlinkissue27184 messages
2016-06-03 05:43:09eryksuncreate