]> granicus.if.org Git - python/commitdiff
On popular demand, re-enable the readline event hook.
authorGuido van Rossum <guido@python.org>
Wed, 7 May 1997 17:42:41 +0000 (17:42 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 May 1997 17:42:41 +0000 (17:42 +0000)
Modules/_tkinter.c

index 4eb10015b8cd05c8dc1638d2b6938079bbd42932..fccfb30dda5597dee0361d551eba9a37f97b412b 100644 (file)
@@ -1444,7 +1444,6 @@ static PyMethodDef moduleMethods[] =
        {NULL,                 NULL}
 };
 
-#undef WITH_READLINE /* XXX */
 #ifdef WITH_READLINE
 static int
 EventHook ()