summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2019-05-13 12:31:30 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-05-13 12:31:29 (GMT)
commit4f098b35f58e911639f8e9adc393d5cf5c792e7f (patch)
treeeceb54f108b316a44ca807988ce8bd730a956773 /Misc/NEWS.d/next/IDLE
parent3e2afd78babe5bd270e7f3b9df8796eeabc79865 (diff)
downloadcpython-4f098b35f58e911639f8e9adc393d5cf5c792e7f.zip
cpython-4f098b35f58e911639f8e9adc393d5cf5c792e7f.tar.gz
cpython-4f098b35f58e911639f8e9adc393d5cf5c792e7f.tar.bz2
bpo-36807: When saving a file in IDLE, call flush and fsync (#13102)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst b/Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst
new file mode 100644
index 0000000..18b31b1
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst
@@ -0,0 +1 @@
+When saving a file, call os.flush() so bits are flushed to e.g. USB drive.