summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-03-03 21:16:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-03-03 21:16:39 (GMT)
commit12e221750190903675256ed4ef99aab842b40774 (patch)
tree5185d087f5b91394a16b49039ea32cd98fba8fc8 /Misc
parenta52b85262ae7c0ce3ba92ee7e933f5a449690b8c (diff)
downloadcpython-12e221750190903675256ed4ef99aab842b40774.zip
cpython-12e221750190903675256ed4ef99aab842b40774.tar.gz
cpython-12e221750190903675256ed4ef99aab842b40774.tar.bz2
Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler
in addition to createfilehandler and creaetetimerhandler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bf335a..fa1b8f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,10 @@ Core and builtins
Extension modules
-----------------
+- Using createfilehandler, deletefilehandler, createtimerhandler functions
+ on Tkinter.tkinter (_tkinter module) no longer crashes the interpreter.
+ See SF bug #692416.
+
- Modified the fcntl.ioctl() function to allow modification of a passed
mutable buffer (for details see the reference documentation).