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 serhiy.storchaka
Recipients pconnell, pitrou, r.david.murray, serhiy.storchaka, vinay.sajip
Date 2012-11-11.14:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352645385.21.0.243263704177.issue16449@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't the "rotator" attribute break atomicity?  A careful rotator should first rename the source to the temporary file, process the data and save it to other temporary file, and then rename the result to the destination and remove the first temporary file.
History
Date User Action Args
2012-11-11 14:49:45serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, pitrou, r.david.murray, pconnell
2012-11-11 14:49:45serhiy.storchakasetmessageid: <1352645385.21.0.243263704177.issue16449@psf.upfronthosting.co.za>
2012-11-11 14:49:45serhiy.storchakalinkissue16449 messages
2012-11-11 14:49:45serhiy.storchakacreate