From: Terry Jan Reedy Date: Mon, 20 May 2019 02:35:21 +0000 (-0400) Subject: [2.7] Update idlelib NEWS.txt for 2.7 (GH-13436) X-Git-Tag: v2.7.17rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c841a30879b14e40db93bd4aca56bdcec7a83133;p=thirdparty%2FPython%2Fcpython.git [2.7] Update idlelib NEWS.txt for 2.7 (GH-13436) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7eb30a1b4fc0..d4560b8c2be0 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.