]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
authorJohn Belmonte <john@neggie.net>
Sun, 7 May 2023 04:41:42 +0000 (13:41 +0900)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 04:41:42 +0000 (10:11 +0530)
commit69621d1b09c996e43a1e13d2fa4c317d3dd4d738
treec4b74959642b2b1825850569fbd5f8201287b775
parentc53547c907371be53c8016145d73ba4ea0a22756
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)

This is a cleanup overlooked in PR #104033.
Include/internal/pycore_format.h
Objects/bytesobject.c
Objects/unicodeobject.c
Python/ast_opt.c