diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-02-10 21:38:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 21:38:30 (GMT) |
commit | 021a5694ede9d7be119f9ceb3ee7e8e518ec5002 (patch) | |
tree | a248823651082aa9ff68c3d6342847a359f33640 /Misc/NEWS.d/next/IDLE | |
parent | a83d9108066a7a22605ba7ee962a755f4bec1ab1 (diff) | |
download | cpython-021a5694ede9d7be119f9ceb3ee7e8e518ec5002.zip cpython-021a5694ede9d7be119f9ceb3ee7e8e518ec5002.tar.gz cpython-021a5694ede9d7be119f9ceb3ee7e8e518ec5002.tar.bz2 |
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
In the font configuration window, remove duplicated font names.
(cherry picked from commit ed335cf53b5d4bca9a08c9b83ba684ba17be0f10)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-02-10-17-09-48.bpo-39600.X6NsyM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-02-10-17-09-48.bpo-39600.X6NsyM.rst b/Misc/NEWS.d/next/IDLE/2020-02-10-17-09-48.bpo-39600.X6NsyM.rst new file mode 100644 index 0000000..102aa75 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-02-10-17-09-48.bpo-39600.X6NsyM.rst @@ -0,0 +1 @@ +In the font configuration window, remove duplicated font names. |