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 Akos Kiss, ammar2, eric.smith, iritkatriel, rhettinger, serhiy.storchaka
Date 2021-12-08.22:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639001180.35.0.141892714159.issue39694@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11.

>>> x = {None: ''}
>>> ''.format(**x)
''
>>> '{x}'.format(**x)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 'x'
History
Date User Action Args
2021-12-08 22:06:20iritkatrielsetrecipients: + iritkatriel, rhettinger, eric.smith, serhiy.storchaka, ammar2, Akos Kiss
2021-12-08 22:06:20iritkatrielsetmessageid: <1639001180.35.0.141892714159.issue39694@roundup.psfhosted.org>
2021-12-08 22:06:20iritkatriellinkissue39694 messages
2021-12-08 22:06:20iritkatrielcreate