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 steven.daprano
Recipients steven.daprano, xuancong84
Date 2019-10-09.08:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570610547.43.0.196938338691.issue38420@roundup.psfhosted.org>
In-reply-to
Content
All versions below 3.9 are in feature freeze, so they cannot get new features.

This requested feature is already supported by subclassing ``dict`` and giving it a ``__missing__`` method. See issue #38315
History
Date User Action Args
2019-10-09 08:42:27steven.dapranosetrecipients: + steven.daprano, xuancong84
2019-10-09 08:42:27steven.dapranosetmessageid: <1570610547.43.0.196938338691.issue38420@roundup.psfhosted.org>
2019-10-09 08:42:27steven.dapranolinkissue38420 messages
2019-10-09 08:42:27steven.dapranocreate