Message 95522 - Python tracker (original) (raw)

Message95522

Author pitrou
Recipients akuchling, doko, pitrou
Date 2009-11-20.01:34:36
SpamBayes Score 0.023147456
Marked as misclassified No
Message-id 1258680878.79.0.336402455253.issue7359@psf.upfronthosting.co.za
In-reply-to
Content
The same remark as in , that is it is not robust at all to overwrite the file rather than doing an atomic rename from a temporary file. The only possible exception would be if you only /append/ to the mbox file (and that's assuming all mailbox-reading software you use be able to deal with a partially written message at the end of an mbox file).
History
Date User Action Args
2009-11-20 01:34:38 pitrou set recipients: + pitrou, akuchling, doko
2009-11-20 01:34:38 pitrou set messageid: 1258680878.79.0.336402455253.issue7359@psf.upfronthosting.co.za
2009-11-20 01:34:37 pitrou link issue7359 messages
2009-11-20 01:34:36 pitrou create