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

Michael Foord report at bugs.python.org
Tue May 4 20:14:50 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

On trunk the definition of unlink is:


def unlink(filename):
    try:
        os.unlink(filename)
    except OSError:
        pass

:-)

Changing it as you suggest fixes the problem though. Ok to commit?

----------

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


More information about the Python-bugs-list mailing list