]> granicus.if.org Git - python/commit
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH-3960...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Oct 2017 23:51:48 +0000 (16:51 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 17 Oct 2017 23:51:48 +0000 (19:51 -0400)
commitecacbb4f22ae86d29a73a5f715bce07d091da10d
treeb9af08ff3279cbb2e2c50f0880c65eb3d668cab0
parent2712247ec94dcc12cf9abeec78f18f54fcc3357a
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH-3960) (#4027)

Even if one selects a font that defines a limited subset of the unicode
Basic Multilingual Plane, tcl/tk will use other fonts that define a
character. The expanded example give users of non-Latin characters
a better idea of what they might see in the IDLE shell and editors.

To make room for the expanded sample, frames on the Font tab are
re-arranged. The Font/Tabs help explains a bit about the additions.
(cherry picked from commit e2e42274ee5db1acedf57b63943e1f536d7a25bc)
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-10-12-00-51-29.bpo-13802.VwjZRD.rst [new file with mode: 0644]