]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92584: test_decimal uses shutil.which() (#92640)
authorVictor Stinner <vstinner@python.org>
Tue, 10 May 2022 23:42:09 +0000 (01:42 +0200)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 23:42:09 +0000 (01:42 +0200)
commitdfdebda0524ce4cc945621d69eef77a64f260095
treeabb5abf4d8e0ccce769d80f1e2370ffdc2b2d922
parent303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122
gh-92584: test_decimal uses shutil.which() (#92640)

test_decimal now uses shutil.which() rather than deprecated
distutils.spawn.find_executable().
Modules/_decimal/tests/formathelper.py