This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bar.harel
Recipients bar.harel
Date 2020-01-08.23:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578527476.03.0.196405087716.issue39264@roundup.psfhosted.org>
In-reply-to
Content
Unlike dict, UserDict.__missing__ is called on .get().
After a discussion on the Python-Dev mailing list, mimicking dict's behavior was chosen as a solution to the issue.
History
Date User Action Args
2020-01-08 23:51:16bar.harelsetrecipients: + bar.harel
2020-01-08 23:51:16bar.harelsetmessageid: <1578527476.03.0.196405087716.issue39264@roundup.psfhosted.org>
2020-01-08 23:51:15bar.harellinkissue39264 messages
2020-01-08 23:51:15bar.harelcreate