]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Jul 2025 12:01:49 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jul 2025 12:01:49 +0000 (14:01 +0200)
commit2a6617de48f3d279e9c5f7971f44dc63a63bf12e
treef889347c1fe30b27970149af8b6057c0edf0d468
parent2115e71ea573afa3ffcdc7168853a2c119040fb1
[3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649)

gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155)
(cherry picked from commit e10fe81cc6ae0979938eb3925139d56a74c620e3)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/_pydecimal.py
Lib/test/test_decimal.py
Misc/NEWS.d/next/Library/2025-04-06-14-34-29.gh-issue-130664.JF2r-U.rst [new file with mode: 0644]