]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
authorBrennan D Baraban <34765317+bdbaraban@users.noreply.github.com>
Sun, 3 Mar 2019 22:09:11 +0000 (14:09 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Mar 2019 22:09:11 +0000 (14:09 -0800)
commit8b914d2767acba3a9e78f1dacdc2d61dbfd7e304
treea06002f1635e1b5d312451509075fb3ea9cb03aa
parent8b50400fbe607ef558d6c0033efa697c99417507
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)

Co-authored-by: Maxwell <maxwellpxt@gmail.com>
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
https://bugs.python.org/issue35899
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2019-02-16-07-11-02.bpo-35899.cjfn5a.rst [new file with mode: 0644]