Message352468
| 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. |
|