]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format...
authorhan-solo <hanish0019@gmail.com>
Tue, 1 Sep 2020 14:34:29 +0000 (10:34 -0400)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 14:34:29 +0000 (10:34 -0400)
commit0d6aa7f0ee38eb453bc8f73bf4830e6172be2f35
tree514106377b382e93d955fedc230dcc6e3a36cfff
parentf5a16b4dbf62cb9b48c42098bd5a8cfa665456c3
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036)

* Fixed `f-string/str.format` error description when using two `,` in format specifier.

Co-authored-by: millefalcon <hanish0019@hmail.com>
Lib/test/test_format.py
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2020-08-31-17-49-02.bpo-41681.3-VJiH.rst [new file with mode: 0644]
Python/formatter_unicode.c