]> 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:30:47 +0000 (11:30 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 18:30:47 +0000 (11:30 -0700)
commit6d372ef19468b6f5239479b595dfb587c642b594
tree72b85934c4313f347dffa2686cec2abf6aae2b18
parent7bcbb536dde2308558c6a80c011042c6c3efc626
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]