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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9;p=thirdparty%2FPython%2Fcpython.git On popular demand, re-enable the readline event hook. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4eb10015b8cd..fccfb30dda55 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 ()