Skip to content

Code uses deprecated/not more available Python code #1

@capiman

Description

@capiman

https://peps.python.org/pep-0632/

e.g. distutils

full_path = distutils.spawn.find_executable(fname)

can be replaced by

import shutil

full_path = which(fname)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions