commit | c95ad7a91fbd7636f33a098d3b39964ab083bf49 | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Wed Sep 16 10:26:50 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 16 10:26:50 2020 -0700 |
tree | 6c35818938314466b2bf1745caed540639421238 | |
parent | 83f6dcd2070a5dbd9702b32ec4ee150bb716c9a1 [diff] |
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) fix default `_missing_` to return `None` instead of raising a `ValueError` Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com>