Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove docker.credentials.utils.find_executable #3028

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Jul 31, 2022

  1. Remove docker.credentials.utils.find_executable

    While removing any usage of the deprecated `distutils` package,
    ("The distutils package is deprecated and slated for removal in Python 3.12.")
    this internal utility can be removed straightaway because the
    `shutil.which` replacement for `distutils.spawn.find_executable`
    already honors the `PATHEXT` environment variable in windows systems.
    
    See https://docs.python.org/3/library/shutil.html#shutil.which
    
    Signed-off-by: Daniel Möller <n1ngu@riseup.net>
    n1ngu committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    c5c9439 View commit details
    Browse the repository at this point in the history