]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#136026)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Jun 2025 09:40:06 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Jun 2025 09:40:06 +0000 (11:40 +0200)
commitb5fafc3ab9e970be07fb3a69a9025aea7b26d0d6
tree0c7747c2e9b29c4e602a6b8c8287a501eb0e839c
parent008c8cafed3498b0e91766c5d94595f717f92425
[3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#136026)

gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)

(cherry picked from commit f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
15 files changed:
Lib/difflib.py
Lib/test/test_builtin.py
Lib/test/test_configparser.py
Lib/test/test_ctypes/test_parameters.py
Lib/test/test_enum.py
Lib/test/test_float.py
Lib/test/test_format.py
Lib/test/test_fstring.py
Lib/test/test_optparse.py
Lib/test/test_peepholer.py
Lib/test/test_pprint.py
Lib/test/test_reprlib.py
Lib/test/test_statistics.py
Lib/test/test_str.py
Lib/test/test_types.py