From e2258d6dd0ad53a60672d760659a99868d1cb2ac Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 30 Jul 2015 23:53:42 -0700 Subject: [PATCH] add a note on AtomicSaver --- TODO.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.rst b/TODO.rst index fc11033..4494619 100644 --- a/TODO.rst +++ b/TODO.rst @@ -22,6 +22,13 @@ dictutils option too. - non-overwriting version of dict.update() +fileutils +--------- + +* AtomicSaver: ditch mkstemp and use O_EXCL on the part file so that + multiple processes writing to the same part file will not get + interleaved writes + jsonutils ---------