]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130860: Fix width calculation, when separators in fractional part (GH-130865)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 6 Mar 2025 12:26:29 +0000 (15:26 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 12:26:29 +0000 (14:26 +0200)
commit2352bd418a7a0c38f8ea135bd1879937d90ecce1
tree38cc9999f45697a128e87bb3c7f1388139ed32bc
parent10cdd7f91ff45737e409a2e2c58fd8a9aa7c5a16
gh-130860: Fix width calculation, when separators in fractional part (GH-130865)

This amends f39a07be47
Lib/test/test_float.py
Python/formatter_unicode.c