comparison hgext/convert/git.py @ 51849:4dc1fc2b2f3a default tip

setup: avoid the deprecated `distutils.spawn.find_executable` I noticed this was flagged with `DeprecationWarning` in py3.12 with `setuptools` 74.1.2, and it suggested `shutil.which()` instead. The signatures aren't the same, but the additional `mode` argument in the middle of the latter defaults to `os.F_OK | os.X_OK`, which maintains the same semantics.
author Matt Harbison <mharbison@atto.com>
date Thu, 05 Sep 2024 17:12:52 -0400
parents 642e31cb55f0
children
comparison
equal deleted inserted replaced
51848:3f0db3b6bf14 51849:4dc1fc2b2f3a