]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 15 Sep 2020 22:56:26 +0000 (15:56 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 22:56:26 +0000 (15:56 -0700)
commitbff01f3a3aac0c15fe8fbe8b2f561f7927d117a1
tree0b925d7fd3d5fcfd5569e26220e6def180c80a33
parent2e87774df1a0eaf2a1fe8cc4d958df60f7125b6e
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst [new file with mode: 0644]