From 8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 May 1997 17:42:41 +0000 Subject: On popular demand, re-enable the readline event hook. --- Modules/_tkinter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4eb1001..fccfb30 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -1444,7 +1444,6 @@ static PyMethodDef moduleMethods[] = {NULL, NULL} }; -#undef WITH_READLINE /* XXX */ #ifdef WITH_READLINE static int EventHook () -- cgit v0.12