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
File Mode Size
.azure-pipelines
.devcontainer
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 214 bytes
.gitattributes -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 2.6 KB
.mailmap -rw-r--r-- 175 bytes
.pre-commit-config.yaml -rw-r--r-- 1018 bytes
.readthedocs.yml -rw-r--r-- 389 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 105.4 KB
README.rst -rw-r--r-- 8.5 KB
aclocal.m4 -rw-r--r-- 21.5 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 851.5 KB
configure.ac -rw-r--r-- 230.2 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 52.2 KB

README.rst

back to top