From: Guido van Rossum Date: Wed, 7 May 1997 17:42:41 +0000 (+0000) Subject: On popular demand, re-enable the readline event hook. X-Git-Tag: v1.5a1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9;p=python On popular demand, re-enable the readline event hook. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4eb10015b8..fccfb30dda 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 ()