mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
f8ce51a522
Expose the %d substitution as the tkinter.Event attributes: * "detail" for Enter, Leave, FocusIn, FocusOut, and ConfigureRequest events * "user_data" for virtual events Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>