mirror of https://github.com/mahmoud/boltons.git
add a note on AtomicSaver
This commit is contained in:
parent
b71f8eb5dd
commit
e2258d6dd0
7
TODO.rst
7
TODO.rst
|
@ -22,6 +22,13 @@ dictutils
|
||||||
option too.
|
option too.
|
||||||
- non-overwriting version of dict.update()
|
- 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
|
jsonutils
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue