bpo-33656: Add entry to What's New 3.7. (GH-7638) · python/cpython@8a05f55

Original file line numberDiff line numberDiff line change

@@ -991,6 +991,12 @@ colors for custom themes is added to Highlights tab of Settings dialog.

991991

(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,

992992

:issue:`33768`, and :issue:`33679`,

993993
994+

On Windows, a new API call tells Windows that tk scales for DPI. On Windows

995+

8.1+ or 10, with DPI compatibility properties of the Python binary

996+

unchanged, and a monitor resolution greater than 96 DPI, this should

997+

make text and lines sharper. It should otherwise have no effect.

998+

(Contributed by Terry Jan Reedy in :issue:`33656`).

999+
9941000

The changes above have been backported to 3.6 maintenance releases.

9951001
9961002