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, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-28.17:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572284642.64.0.270587416668.issue38453@roundup.psfhosted.org>
In-reply-to
Content
I also had to special-case "realpath('nul')" to maintain the behaviour that we deliberately maintained in another bug, and I think isabs() should always return true for "\\?\" prefixed paths (given that join() will promote a "\\?\" prefixed path to the root).
History
Date User Action Args
2019-10-28 17:44:02steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, miss-islington
2019-10-28 17:44:02steve.dowersetmessageid: <1572284642.64.0.270587416668.issue38453@roundup.psfhosted.org>
2019-10-28 17:44:02steve.dowerlinkissue38453 messages
2019-10-28 17:44:02steve.dowercreate