diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2020-09-17 00:38:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 00:38:14 (GMT) |
commit | 5efb1a77e75648012f8b52960c8637fc296a5c6d (patch) | |
tree | 8cfbebff96a1ad92a8ab64f31ee24e923631babb /Misc/ACKS | |
parent | 007eddad3b809e1555391dc7e8168918933b6184 (diff) | |
download | cpython-5efb1a77e75648012f8b52960c8637fc296a5c6d.zip cpython-5efb1a77e75648012f8b52960c8637fc296a5c6d.tar.gz cpython-5efb1a77e75648012f8b52960c8637fc296a5c6d.tar.bz2 |
[3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283)
fix default `_missing_` to return `None` instead of raising a `ValueError`
Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com>.
(cherry picked from commit c95ad7a91fbd7636f33a098d3b39964ab083bf49)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ Marcos Donolo Dima Dorfman Yves Dorfsman Michael Dorman +Andrey Doroschenko Steve Dower Allen Downey Cesar Douady |