]> granicus.if.org Git - python/commit
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 4 Mar 2018 10:41:47 +0000 (05:41 -0500)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Mar 2018 10:41:47 +0000 (12:41 +0200)
commit74382a3f175ac285cc924a73fd758e8dc3cc41bb
treefd7dfb6e73126cb84a7f794ea55f05fbcce66da1
parent7023644e0c310a3006c984318c2c111c468735b4
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_misc.py
Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst [new file with mode: 0644]