Message407307
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' |
|
Date |
User |
Action |
Args |
2021-11-29 18:19:28 | iritkatriel | set | recipients:
+ iritkatriel, barry, eric.smith, alex, abacabadabacaba, docs@python, python-dev, serhiy.storchaka |
2021-11-29 18:19:27 | iritkatriel | set | messageid: <1638209967.75.0.483678323742.issue18531@roundup.psfhosted.org> |
2021-11-29 18:19:27 | iritkatriel | link | issue18531 messages |
2021-11-29 18:19:27 | iritkatriel | create | |
|