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 eric.smith
Recipients SDesch, eric.smith
Date 2021-11-03.14:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635948028.34.0.666859829184.issue45704@roundup.psfhosted.org>
In-reply-to
Content
For reference, the documentation is at https://docs.python.org/3/library/string.html#custom-string-formatting

I guess in your example it should return:
[('hello ', '0', '', None)]
History
Date User Action Args
2021-11-03 14:00:28eric.smithsetrecipients: + eric.smith, SDesch
2021-11-03 14:00:28eric.smithsetmessageid: <1635948028.34.0.666859829184.issue45704@roundup.psfhosted.org>
2021-11-03 14:00:28eric.smithlinkissue45704 messages
2021-11-03 14:00:28eric.smithcreate