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 vstinner
Recipients BTaskaya, docs@python, pablogsal, vstinner
Date 2020-09-11.10:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599821351.78.0.754063522245.issue41762@roundup.psfhosted.org>
In-reply-to
Content
There are two format_spec definitions:

"format_spec     ::=  [[fill]align][sign][#][0][width][grouping_option][.precision][type]"
https://docs.python.org/dev/library/string.html#format-specification-mini-language

"format_spec       ::=  (literal_char | NULL | replacement_field)*"
https://docs.python.org/dev/reference/lexical_analysis.html#formatted-string-literals
History
Date User Action Args
2020-09-11 10:49:11vstinnersetrecipients: + vstinner, docs@python, pablogsal, BTaskaya
2020-09-11 10:49:11vstinnersetmessageid: <1599821351.78.0.754063522245.issue41762@roundup.psfhosted.org>
2020-09-11 10:49:11vstinnerlinkissue41762 messages
2020-09-11 10:49:11vstinnercreate