summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-11 20:53:41 (GMT)
committerGitHub <noreply@github.com>2018-06-11 20:53:41 (GMT)
commit4b704f29f5a0b6f6d7bd67468ed004bd3a96855d (patch)
treefac243fdec86adb0552065d2a4229609b6d576dd /Lib/idlelib
parent46c5cd0f6e22bdfbdd3f0b18f1d01eda754e7e11 (diff)
downloadcpython-4b704f29f5a0b6f6d7bd67468ed004bd3a96855d.zip
cpython-4b704f29f5a0b6f6d7bd67468ed004bd3a96855d.tar.gz
cpython-4b704f29f5a0b6f6d7bd67468ed004bd3a96855d.tar.bz2
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index b10a4ba..c3d77ed 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -6,10 +6,11 @@ Released on 2018-06-18?
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@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@python.org.
bpo-33768: Clicking on a context line moves that line to the top
of the editor window.