https://github.com/python/cpython
Revision 6383b14957e9f8919562e9546d8288fcedeac822 authored by Miss Islington (bot) on 18 March 2024, 14:37:26 UTC, committed by GitHub on 18 March 2024, 14:37:26 UTC
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 4e45c6c54a9457b1ca5b4cf3aa2843b7218d4414)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 1c0c6c9
History
Tip revision: 6383b14957e9f8919562e9546d8288fcedeac822 authored by Miss Islington (bot) on 18 March 2024, 14:37:26 UTC
[3.12] gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) (#116951)
Tip revision: 6383b14

README

back to top