]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] Update idlelib NEWS.txt for 2.7 (GH-13436)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 20 May 2019 02:35:21 +0000 (22:35 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 02:35:21 +0000 (22:35 -0400)
Lib/idlelib/NEWS.txt

index 7eb30a1b4fc01b00dee00f8d07412de9c0009caf..d4560b8c2be0a2d880609ecd59de3b06f8001655 100644 (file)
@@ -1,8 +1,16 @@
 Since 2.7.13, only severe bugs are fixed on the 2.7 branch.
 
+What's New in IDLE 2.7.17?
+==========================
+*Release date: 2019-07-??*
+
+bpo-36807: When saving a file, call file.flush() and os.fsync()
+so bits are flushed to e.g. a USB drive.
+
+
 What's New in IDLE 2.7.16?
 ==========================
-*Release date: 2019-01-01?*
+*Release date: 2019-03-02*
 
 bpo-31500: Default fonts now are scaled on HiDPI displays.