[Python-checkins] bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)

Miss Islington (bot) webhook-mailer at python.org
Mon Jun 11 17:19:26 EDT 2018


https://github.com/python/cpython/commit/2023eafd9a0554823cab5adf5a1b116d7984db98
commit: 2023eafd9a0554823cab5adf5a1b116d7984db98
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-06-11T14:19:23-07:00
summary:

bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)

(cherry picked from commit 4b704f29f5a0b6f6d7bd67468ed004bd3a96855d)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 5d829b6d2acb..ada8801d0dad 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -6,10 +6,11 @@ Released on 2018-06-15?
 bpo-33656: On Windows, add API call saying 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.  If perchance it make text worse on your monitor, you can
-disable the ctypes.OleDLL call near the top of pyshell.py and report
-the problem on python-list or idle-dev at python.org.
+should make text and lines sharper and some colors brighter.
+On other systems, it should have no effect.  If you have a custom theme,
+you may want to adjust a color or two.  If perchance it make text worse
+on your monitor, you can disable the ctypes.OleDLL call near the top of
+pyshell.py and report the problem on python-list or idle-dev at python.org.
 
 bpo-33768: Clicking on a context line moves that line to the top
 of the editor window.



More information about the Python-checkins mailing list