]> granicus.if.org Git - python/commit
Issue #1730136: Fix comparison between a tk Font object and an object of a
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Jul 2014 14:48:28 +0000 (17:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Jul 2014 14:48:28 +0000 (17:48 +0300)
commit186f66540dfcce1abec59d87d24e944c7987a53c
treeb72fe55efff6557d6ff27dcb8aac2e568f9c7f39
parent63a474788a3f53f8edb62cf895aeb90508435c1d
Issue #1730136: Fix comparison between a tk Font object and an object of a
different type.
Lib/lib-tk/test/test_tkinter/test_font.py [new file with mode: 0644]
Lib/lib-tk/tkFont.py
Misc/NEWS