From 2c9ecd951b979dd009a4cc20209c90090955b758 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 19 May 2019 22:18:27 -0400 Subject: [PATCH] Update idlelib NEWS.txt for 2.7 --- Lib/idlelib/NEWS.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7eb30a1b4fc01b0..d4560b8c2be0a2d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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.