I open python specification at chapter 2. Lexical analysis and found
format_spec ::= (literal_char | NULL | replacement_field)*literal_char ::= <any code point except "{", "}" or NULL>
What does mean NULL
?
It is not specified any where before