]> granicus.if.org Git - python/commitdiff
bpo-33656: Add entry to What's New 3.7. (GH-7638)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Jun 2018 18:15:37 +0000 (14:15 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 18:15:37 +0000 (14:15 -0400)
This is a separate PR because this does not backport to 3.6.

Doc/whatsnew/3.7.rst

index 297d9fa312ce69d032b367258378b5e984c89b3d..a7ea0af723a3ae99757d9bfe5cbc84b5c50773bc 100644 (file)
@@ -991,6 +991,12 @@ colors for custom themes is added to Highlights tab of Settings dialog.
 (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
 :issue:`33768`, and :issue:`33679`,
 
+On Windows, a new API call tells Windows that tk scales for DPI. On Windows
+8.1+ or 10, with DPI compatibility properties of the Python binary
+unchanged, and a monitor resolution greater than 96 DPI, this should
+make text and lines sharper.  It should otherwise have no effect.
+(Contributed by Terry Jan Reedy in :issue:`33656`).
+
 The changes above have been backported to 3.6 maintenance releases.