]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Jan 2021 09:56:33 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 09:56:33 +0000 (11:56 +0200)
commitcf19cc3b920ca5995e1c202d2c3dd7a59ac8eac8
tree114c6f03de6e732ca7b81bd60d48b1a7f7968b33
parent8dfe15625e6ea4357a13fec7989a0e6ba2bf1359
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)

Previously it was an error with confusing error message.
Doc/library/string.rst
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2018-12-20-23-59-23.bpo-27772.idHEcj.rst [new file with mode: 0644]
Python/formatter_unicode.c