]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Oct 2020 20:20:48 +0000 (13:20 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 20:20:48 +0000 (13:20 -0700)
commit1f75fc7a9d9efbced2e0b0001ac148268a626d63
tree0bf313df772c8c2873c6bb3711c98b28bcc902a0
parent43c3eafa1bcdc522870e112d3e2d67ce2451c34b
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)

(cherry picked from commit eb38c6b7aa35d3003ec0958533421902d19ce408)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2020-09-22-11-07-50.bpo-41831.k-Eop_.rst [new file with mode: 0644]