cpython: e0ec4abe659f (original) (raw)

--- a/Lib/tkinter/init.py +++ b/Lib/tkinter/init.py @@ -220,28 +220,41 @@ class Event: delta - delta of wheel movement (MouseWheel) """ def repr(self):

_support_default_root = 1

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 3 Library ------- +- Issue #27294: Numerical state in the repr for Tkinter event objects is now