mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
4e45c6c54a
In Lexical Analysis f-strings section, NULL in the description of 'literal character' means '\0'. In the format_spec grammar production, it is wrong with that meaning and redundant if instead interpreted as <nothing>. Remove it there.