diff options
author | Irit Katriel <iritkatriel@yahoo.com> | 2021-05-13 20:55:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 20:55:55 (GMT) |
commit | 4aeee0b47b3a2b604bbac37040320ffc88c291f2 (patch) | |
tree | 1e33802dd3bcc1c4d7590aabb985bc787eca1d81 /Misc | |
parent | ae3c66acb89a6104fcd0eea760f80a0287327cc4 (diff) | |
download | cpython-4aeee0b47b3a2b604bbac37040320ffc88c291f2.zip cpython-4aeee0b47b3a2b604bbac37040320ffc88c291f2.tar.gz cpython-4aeee0b47b3a2b604bbac37040320ffc88c291f2.tar.bz2 |
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Automerge-Triggered-By: GH:pitrou
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-01-13-19-34-41.bpo-28146.AZBBkH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-01-13-19-34-41.bpo-28146.AZBBkH.rst b/Misc/NEWS.d/next/Core and Builtins/2021-01-13-19-34-41.bpo-28146.AZBBkH.rst new file mode 100644 index 0000000..e619881 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-01-13-19-34-41.bpo-28146.AZBBkH.rst @@ -0,0 +1 @@ +Fix a confusing error message in :func:`str.format`. |