]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27294: Numerical state in the repr for Tkinter event objects is now
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 19:08:49 +0000 (22:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 19:08:49 +0000 (22:08 +0300)
commit4183387e7920e385b492273cc32232a7cf3ea84f
tree3ef33a0c02eadce417309a82ae1194af45f6f283
parentd51b0f218837e11ddabe3a172cc760cb2a16ff71
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
Doc/library/curses.ascii.rst
Lib/curses/ascii.py
Lib/test/test_curses.py
Misc/NEWS