[Python-checkins] python/dist/src/Misc NEWS,1.687,1.688
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2003年3月03日 13:16:41 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv30451/Misc
Modified Files:
NEWS
Log Message:
Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler
in addition to createfilehandler and creaetetimerhandler.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.687
retrieving revision 1.688
diff -C2 -d -r1.687 -r1.688
*** NEWS 3 Mar 2003 17:32:15 -0000 1.687
--- NEWS 3 Mar 2003 21:16:38 -0000 1.688
***************
*** 25,28 ****
--- 25,32 ----
-----------------
+ - 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).