]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (GH-135908) (#136025)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Jun 2025 10:26:51 +0000 (12:26 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 10:26:51 +0000 (10:26 +0000)
commit33c83cea070b70416c4a40a79130866ff7df679f
treef2a0dcdc1c1305745d14312455eb5fe4b8852662
parenta168c775366d09b37492854f1a376f7b250fcf40
[3.14] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (GH-135908) (#136025)

gh-128051: Fix tests if sys.float_repr_style is 'legacy' (GH-135908)
(cherry picked from commit f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
16 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_json/test_tool.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