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 steve.dower
Recipients eryksun, paul.moore, phillmac, steve.dower, tim.golden, zach.ware
Date 2020-08-13.20:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597350291.98.0.517032043662.issue41536@roundup.psfhosted.org>
In-reply-to
Content
The trailing colon is unnecessary, and likely to cause more issues, but the same thing occurs for Path('NUL').resolve()

This is probably best handled as issue37517, where you'll find more background on the error messages.

But I believe that p.resolve(strict=True) should not raise when open(p) will succeed, and p.resolve(strict=False) should not raise when open(p)  will succeed or raise a *NotFoundError subclass of OSError.
History
Date User Action Args
2020-08-13 20:24:52steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, phillmac
2020-08-13 20:24:51steve.dowersetmessageid: <1597350291.98.0.517032043662.issue41536@roundup.psfhosted.org>
2020-08-13 20:24:51steve.dowerlinkissue41536 messages
2020-08-13 20:24:51steve.dowercreate