[issue41762] Documentation job fails on CIs: duplicate token description of format_spec

STINNER Victor report at bugs.python.org
Fri Sep 11 06:49:11 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

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

----------
nosy: +BTaskaya, pablogsal

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41762>
_______________________________________


More information about the Python-bugs-list mailing list