]> granicus.if.org Git - python/commit
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 17 Oct 2017 22:56:16 +0000 (18:56 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2017 22:56:16 +0000 (18:56 -0400)
commite2e42274ee5db1acedf57b63943e1f536d7a25bc
treebf4287f33d58a42e7e7daee60217e62951945938
parent884d13a55fc328e2e1e3948a82b361b30804b818
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)

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.
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-10-12-00-51-29.bpo-13802.VwjZRD.rst [new file with mode: 0644]