Richard Oudkerk added the comment:

Actually, it is not quite the same semantics as Unix.

After you delete the the file you cannot create a file of the same name or 
delete the directory which contains it until the handle has been closed.

However, one can work around that by moving the file somewhere else (like the 
root directory) before deleting it.

----------

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

Reply via email to