Michael Foord <mich...@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 <rep...@bugs.python.org>
<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