This commit is contained in:
Guilherme Polo 2009-03-28 19:17:16 +00:00
parent 0e9285845e
commit 41eb08616c

View file

@ -2703,7 +2703,7 @@ Tkapp_Quit(PyObject *self, PyObject *args)
if (!self && Py_Py3kWarningFlag) {
if (PyErr_Warn(PyExc_DeprecationWarning,
"_tkinter.createfilehandler is gone in 3.x") < 0)
"_tkinter.quit is gone in 3.x") < 0)
return NULL;
}