]> granicus.if.org Git - python/commit
Use a different implementation of EventHook(). The new version
authorGuido van Rossum <guido@python.org>
Fri, 22 May 1998 18:28:17 +0000 (18:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 1998 18:28:17 +0000 (18:28 +0000)
commit7bf15648a4348959832f7ad8da019b4a5892f890
tree96905c98ed64b16cc3bcc9c3bab965cd62448ce6
parent6a50ba82ce3ea2996bb33b5395052975124f9056
Use a different implementation of EventHook().  The new version
registers an input file handler for stdin with Tcl and handles Tcl
events until something is available on stdin; it then deletes the
handler and returns from EventHook().

This works with or without GNU readline, and doesn't busy-wait.

It still doesn't work for Mac or Windows :-(
Modules/_tkinter.c