]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 18 Mar 2024 09:31:13 +0000 (05:31 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 09:31:13 +0000 (10:31 +0100)
commit4e45c6c54a9457b1ca5b4cf3aa2843b7218d4414
tree87e1a9ac125d6f235045e238134cb77d5a32b5d7
parent3a99f5c5f34dc7b67597ca7230da355d92927c71
gh-116881: Remove erroneous or redundant grammar NULL (GH-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.
Doc/reference/lexical_analysis.rst