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.03:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
`Path.samefile()` calls `os.stat()` directly. It should use the path's accessor object, as `Path.stat()` does.
History
Date User Action Args
2020-03-08 03:44:49barneygalesetrecipients: + barneygale
2020-03-08 03:44:49barneygalesetmessageid: <[email protected]>
2020-03-08 03:44:49barneygalelinkissue39894 messages
2020-03-08 03:44:49barneygalecreate