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 eric.smith, ezio.melotti, iritkatriel, r.david.murray
Date 2021-09-10.18:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631297667.74.0.855538428907.issue20524@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11:

>>> dd = {'length': 12, 'id': 4, 'title': "t", 'run_time': datetime.time()}
>>> '{run_time:%H:%M:%S}, ,COM,DA{id},"{title:.43}",{id},{length:%M:%S}'.format(**dd)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Invalid format specifier
History
Date User Action Args
2021-09-10 18:14:27iritkatrielsetrecipients: + iritkatriel, eric.smith, ezio.melotti, r.david.murray
2021-09-10 18:14:27iritkatrielsetmessageid: <1631297667.74.0.855538428907.issue20524@roundup.psfhosted.org>
2021-09-10 18:14:27iritkatriellinkissue20524 messages
2021-09-10 18:14:27iritkatrielcreate