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] [blame] |
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>
diff --git a/Misc/ACKS b/Misc/ACKS index 8b0d7a4..2628d6b 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -433,6 +433,7 @@ Dima Dorfman Yves Dorfsman Michael Dorman +Andrey Doroschenko Steve Dower Allen Downey Cesar Douady