Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to