This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients dabrahams, loewis, ncoghlan, piotr.dobrogost, pitrou, sbt
Date 2013-03-13.16:03:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363190615.13.0.951416542851.issue15244@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-13 16:03:35sbtsetrecipients: + sbt, loewis, ncoghlan, pitrou, dabrahams, piotr.dobrogost
2013-03-13 16:03:35sbtsetmessageid: <1363190615.13.0.951416542851.issue15244@psf.upfronthosting.co.za>
2013-03-13 16:03:35sbtlinkissue15244 messages
2013-03-13 16:03:35sbtcreate