diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-11 18:15:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 18:15:37 (GMT) |
commit | 8a05f559ce5064df68c8d4ebd7d4ed28381d9971 (patch) | |
tree | e1dedbd98ddbdedd4cc39a92f0ee195b9a41e5bd /Doc | |
parent | 800415e3df69f494afe9f95a8563ce17609fe1da (diff) | |
download | cpython-8a05f559ce5064df68c8d4ebd7d4ed28381d9971.zip cpython-8a05f559ce5064df68c8d4ebd7d4ed28381d9971.tar.gz cpython-8a05f559ce5064df68c8d4ebd7d4ed28381d9971.tar.bz2 |
bpo-33656: Add entry to What's New 3.7. (GH-7638)
This is a separate PR because this does not backport to 3.6.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 297d9fa..a7ea0af 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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. |