]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Mar 2019 21:44:21 +0000 (13:44 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2019 21:44:21 +0000 (13:44 -0800)
commit8755f0aeb67125a154e5665a24276fe85d269d85
tree08d4baab1637b998598432e62de12115526034b9
parent02351ed1ba601445735c6a6eae6f9b1d37fae8cd
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
(cherry picked from commit 8b914d2767acba3a9e78f1dacdc2d61dbfd7e304)

Co-authored-by: Brennan D Baraban <34765317+bdbaraban@users.noreply.github.com>
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]