[issue8586] test_imp.py test failures on Py3K Mac OS X

Barry A. Warsaw report at bugs.python.org
Tue May 4 20:12:15 CEST 2010


Barry A. Warsaw <barry at python.org> 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 <report at bugs.python.org>
<http://bugs.python.org/issue8586>
_______________________________________


More information about the Python-bugs-list mailing list