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 iritkatriel
Recipients iritkatriel, ischwabacher, pitrou, vajrasky
Date 2021-09-10.22:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631312802.03.0.791668550029.issue22147@roundup.psfhosted.org>
In-reply-to
Content
If we do this then there are tests tha break, for instance test_is_symlink has this:

self.assertIs((P / 'fileA\x00').is_file(), False)
History
Date User Action Args
2021-09-10 22:26:42iritkatrielsetrecipients: + iritkatriel, pitrou, vajrasky, ischwabacher
2021-09-10 22:26:42iritkatrielsetmessageid: <1631312802.03.0.791668550029.issue22147@roundup.psfhosted.org>
2021-09-10 22:26:42iritkatriellinkissue22147 messages
2021-09-10 22:26:41iritkatrielcreate