]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix `EventType` bases
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Sep 2020 18:31:22 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 18:31:22 +0000 (11:31 -0700)
commitb38ad227051d03e731a80db3942a729485262bd4
tree071b77b9931f9b1672aeaa7d890450fcd904259e
parent6b731c48786bd30e9f8b86302dfb95a2640979a1
fix `EventType` bases

`StrEnum` does not exist in 3.8, so use original `(str, enum.Enum)` bases.
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2020-09-22-00-23-30.bpo-41817.bnh-VG.rst [new file with mode: 0644]