]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
authorDesmond Cheong <desmondcheongzx@gmail.com>
Fri, 25 Dec 2020 21:18:06 +0000 (05:18 +0800)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 21:18:06 +0000 (23:18 +0200)
commit36a779e64c580519550aa6478c5aa8c58b8fa7b6
tree9ee86f0cbe8e6a0de0cbe8f3544374ca0fdd7b8a
parent675c97eb6c7c14c6a68ebf476c52931c1e5c1220
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Doc/library/tkinter.font.rst
Lib/tkinter/font.py
Lib/tkinter/test/test_tkinter/test_font.py
Misc/NEWS.d/next/Library/2020-12-21-23-34-57.bpo-35728.9m-azF.rst [new file with mode: 0644]