Barry A. Warsaw <[email protected]> added the comment:

Maybe you just want to relax the test in the except clause of 
test.support.unlink()?  Or change the test to

if error.errno not in (errno.ENOENT, errno.ENOTDIR)

?

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue8586>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to