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 iritkatriel
Recipients abacabadabacaba, alex, barry, docs@python, eric.smith, iritkatriel, python-dev, serhiy.storchaka
Date 2021-11-29.18:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638209967.75.0.483678323742.issue18531@roundup.psfhosted.org>
In-reply-to
Content
This seems fixed in 3.11:

>>> from collections import defaultdict
>>> '{foo}{bar}'.format(**defaultdict(str))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 'foo'
History
Date User Action Args
2021-11-29 18:19:28iritkatrielsetrecipients: + iritkatriel, barry, eric.smith, alex, abacabadabacaba, docs@python, python-dev, serhiy.storchaka
2021-11-29 18:19:27iritkatrielsetmessageid: <1638209967.75.0.483678323742.issue18531@roundup.psfhosted.org>
2021-11-29 18:19:27iritkatriellinkissue18531 messages
2021-11-29 18:19:27iritkatrielcreate