Skip to content

Commit 4b704f2

Browse files
authored
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
1 parent 46c5cd0 commit 4b704f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Released on 2018-06-18?
66
bpo-33656: On Windows, add API call saying that tk scales for DPI.
77
On Windows 8.1+ or 10, with DPI compatibility properties of the Python
88
binary unchanged, and a monitor resolution greater than 96 DPI, this
9-
should make text and lines sharper. It should otherwise have no
10-
effect. If perchance it make text worse on your monitor, you can
11-
disable the ctypes.OleDLL call near the top of pyshell.py and report
12-
the problem on python-list or [email protected].
9+
should make text and lines sharper and some colors brighter.
10+
On other systems, it should have no effect. If you have a custom theme,
11+
you may want to adjust a color or two. If perchance it make text worse
12+
on your monitor, you can disable the ctypes.OleDLL call near the top of
13+
pyshell.py and report the problem on python-list or [email protected].
1314

1415
bpo-33768: Clicking on a context line moves that line to the top
1516
of the editor window.

0 commit comments

Comments
 (0)