summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-07 17:42:41 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-07 17:42:41 (GMT)
commit8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9 (patch)
tree1c0870b0ca2a7f8fdba795859c6ff5f6ae18bae0 /Modules/_tkinter.c
parentaa948df877db10abbb252232b22ba26a1ad5534d (diff)
downloadcpython-8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9.zip
cpython-8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9.tar.gz
cpython-8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9.tar.bz2
On popular demand, re-enable the readline event hook.
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c1
1 files changed, 0 insertions, 1 deletions
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 ()