]> granicus.if.org Git - python/commit
bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 4 Dec 2017 21:16:18 +0000 (16:16 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2017 21:16:18 +0000 (16:16 -0500)
commit1e2fcac4972530aa2c963d7e4011021df5ba866e
treea34302b6c33d65cc9537719db5225ace919b1863
parent21255fc3932a60c064f85c0fe68f2840f390ebe4
bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)

When tk event handling is driven by IDLE's run loop, a confusing
and distracting queue.EMPTY traceback context is no longer added
to tk event exception tracebacks.  The traceback is now the same
as when event handling is driven by user code.  Patch based on
a suggestion by Serhiy Storchaka.
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2017-12-04-15-04-43.bpo-32207.IzyAJo.rst [new file with mode: 0644]