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, iamsav, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-15.08:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568537250.86.0.145171463418.issue38081@roundup.psfhosted.org>
In-reply-to
Content
I added another PR with the additional error codes listed by Eryk Sun.

Theoretically we should be able to test most of them, but I haven't written those tests, and I'm not sure they'd prove enough to be worth the extra code. ntpath.realpath is a "best effort" function (realpath in all cases is, I guess), so given the choice between failing and returning a best-effort path, it's obviously better to go with the best-effort path.
History
Date User Action Args
2019-09-15 08:47:30steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, miss-islington, iamsav
2019-09-15 08:47:30steve.dowersetmessageid: <1568537250.86.0.145171463418.issue38081@roundup.psfhosted.org>
2019-09-15 08:47:30steve.dowerlinkissue38081 messages
2019-09-15 08:47:30steve.dowercreate