]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 May 2021 21:24:49 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 21:24:49 +0000 (14:24 -0700)
commit2d780237d95cd3d95401f52be2edeac8b458eb68
treeef3d237387c0b2bd0c2fe3ea10f03968e3db0b28
parentc4c3beb5ad6b55c20b6dc7c6a92860f467afa75b
bpo-28146: Fix a confusing error message in str.format() (GH-24213)

Automerge-Triggered-By: GH:pitrou
(cherry picked from commit 4aeee0b47b3a2b604bbac37040320ffc88c291f2)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2021-01-13-19-34-41.bpo-28146.AZBBkH.rst [new file with mode: 0644]
Python/formatter_unicode.c