]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 12:00:33 +0000 (04:00 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Mar 2018 12:00:33 +0000 (04:00 -0800)
commita5303dd9c263b337f02dda0038f2f5a10208140c
tree43ac9881f69afee94913323411e485fdcbcf6a55
parent0902a2d6b2d1d9dbde36aeaaccf1788ceaa97143
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]