Jeremy Kloth added the comment:

Looking at test.support, the only errors that I can see being ignored by 
unlink() is FileNotFoundError and NotADirectoryError (line 399). The only bare 
OSError except clause is on line 359, but for an lstat() call.

----------
nosy: +jkloth

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

Reply via email to