]> granicus.if.org Git - python/commit
Issue #27294: Numerical state in the repr for Tkinter event objects is now
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 18:55:26 +0000 (21:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 18:55:26 +0000 (21:55 +0300)
commit9c6c3fb4350cdf8064a4c90b84080e6a10adb65b
tree1f281f0354fb145fca24efce16cf8bcf75d2c5cd
parent45ff4a54871abc01f8251100ad50385835c81b5f
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
Lib/tkinter/__init__.py
Misc/NEWS