add a note on AtomicSaver

This commit is contained in:
Mahmoud Hashemi 2015-07-30 23:53:42 -07:00
parent b71f8eb5dd
commit e2258d6dd0
1 changed files with 7 additions and 0 deletions

View File

@ -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
---------