Skip to content
Snippets Groups Projects
Unverified Commit 30a43586 authored by Bar Harel's avatar Bar Harel Committed by GitHub
Browse files

bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)


Here's the patch according to the discussion at the [Python-Dev mailing list](https://mail.python.org/archives/list/python-dev@python.org/thread/SDXOEMAEM6KQ3CQCJVBVRT5QNSPAVU6X/).
UserDict.get() will match dict's behavior and not call `__missing__`.

Automerge-Triggered-By: GH:rhettinger
parent f481a02e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment