]> granicus.if.org Git - python/commit
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Mar 2018 11:42:41 +0000 (03:42 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Mar 2018 11:42:41 +0000 (03:42 -0800)
commit73a43960c7be50e136c5482404980175cb99f611
treee0ae31dce06413074715bb4abb1c9575ffb40b5d
parentc9516754067d71fd7429a25ccfcb2141fc583523
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)

(cherry picked from commit 74382a3f175ac285cc924a73fd758e8dc3cc41bb)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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]