-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-39600, IDLE: Remove duplicated font names #18430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In the font configuration window, remove duplicated font names.
Codecov Report
@@ Coverage Diff @@
## master #18430 +/- ##
=========================================
Coverage 82.11% 82.12%
=========================================
Files 1955 1954 -1
Lines 588949 583604 -5345
Branches 44428 44428
=========================================
- Hits 483624 479258 -4366
+ Misses 95674 94700 -974
+ Partials 9651 9646 -5
Continue to review full report at Codecov.
|
I'm at the PyCascades Sprint, and reviewed this PR. This looks good to me merge in. |
Thanks @KenanHArik and @hroncok for the reviews. Happy to merge. |
Carol, I should have been allowed to review before this was merged. |
In the font configuration window, remove duplicated font names. (cherry picked from commit ed335cf) Co-authored-by: Victor Stinner <vstinner@python.org>
In the font configuration window, remove duplicated font names. (cherry picked from commit ed335cf) Co-authored-by: Victor Stinner <vstinner@python.org>
In the font configuration window, remove duplicated font names. (cherry picked from commit ed335cf) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-18441 is a backport of this pull request to the 3.8 branch. |
In the font configuration window, remove duplicated font names. (cherry picked from commit ed335cf) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-18442 is a backport of this pull request to the 3.7 branch. |
In the font configuration window, remove duplicated font names.
https://bugs.python.org/issue39600