summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-14 18:17:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-14 18:17:32 (GMT)
commit9502487781315a5151b5f3e3067baad7ce54e85d (patch)
tree020c6322e5c23ab4c9005572597a79c982b10acd /Misc
parentd9cf65f00ec41c251296ae56737a541c68b60510 (diff)
downloadcpython-9502487781315a5151b5f3e3067baad7ce54e85d.zip
cpython-9502487781315a5151b5f3e3067baad7ce54e85d.tar.gz
cpython-9502487781315a5151b5f3e3067baad7ce54e85d.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 523965b..f7e9fa7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #22384: An exception in Tkinter callback no longer crashes the program
+ when it is run with pythonw.exe.
+
- Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
- Issue #21147: sqlite3 now raises an exception if the request contains a null