From 1bdb391ed0df979bc29ed1b62e7c0f3c9494a8d7 Mon Sep 17 00:00:00 2001 From: Kevin Butler Date: Sun, 1 Sep 2013 00:24:07 +0100 Subject: Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. Implements #1376. --- changes/bug1376 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug1376 (limited to 'changes') diff --git a/changes/bug1376 b/changes/bug1376 new file mode 100644 index 000000000..631f2af56 --- /dev/null +++ b/changes/bug1376 @@ -0,0 +1,2 @@ + o Minor bugfixes: + - Added additional argument to write_chunks_to_file to optionally skip using a temp file to do non-atomic writes. Implements ticket #1376. \ No newline at end of file -- cgit v1.2.3