]> granicus.if.org Git - python/commitdiff
Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)
authorGuido van Rossum <guido@python.org>
Mon, 13 May 2019 16:00:53 +0000 (09:00 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 13 May 2019 16:00:53 +0000 (12:00 -0400)
Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst

index 18b31b1fe50572bd90ee8289efcf11b94f7cc8be..2a905bf0eecfd277cb48857443781ee44a411fae 100644 (file)
@@ -1 +1 @@
-When saving a file, call os.flush() so bits are flushed to e.g. USB drive.
+When saving a file, call os.fsync() so bits are flushed to e.g. USB drive.