[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

Serhiy Storchaka report at bugs.python.org
Tue Oct 4 10:45:16 EDT 2016


Serhiy Storchaka added the comment:

Yes, there is a difference between os.walk() and os.fwalk() in some cases. I don't know whether it was introduced deliberately or by accident. os.fwalk() was added in issue13734, FileNotFoundError is used since issue14773.

----------
nosy: +hynek, loewis, neologix
type:  -> behavior
versions: +Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28353>
_______________________________________


More information about the Python-bugs-list mailing list