commit | 2971c5e97d657d76141b7dbf694bb0546562ab4a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Sep 14 21:17:16 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Sep 14 21:17:16 2014 +0300 |
tree | d922f2a862ef0f2466b7c356d20eb259cc76f6ef | |
parent | 7644ff1fb1860ffb5ce83342349f8b905dac633f [diff] |
Issue #22384: An exception in Tkinter callback no longer crashes the program when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.