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 barneygale
Recipients barneygale
Date 2020-03-08.06:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583647831.98.0.39095900929.issue39900@roundup.psfhosted.org>
In-reply-to
Content
`pathlib.Path.__bytes__()` calls `os.fsencode()` without using path's accessor. To properly isolate Path objects from the underlying local filesystem, this should be routed via the accessor object.
History
Date User Action Args
2020-03-08 06:10:32barneygalesetrecipients: + barneygale
2020-03-08 06:10:31barneygalesetmessageid: <1583647831.98.0.39095900929.issue39900@roundup.psfhosted.org>
2020-03-08 06:10:31barneygalelinkissue39900 messages
2020-03-08 06:10:31barneygalecreate