Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-116881: Remove erroneous or redundant grammar NULL (pythonGH…
…-116885) 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. (cherry picked from commit 4e45c6c) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
- Loading branch information