Skip to content
Snippets Groups Projects
Commit 66001aea authored by ahochheiden's avatar ahochheiden
Browse files

Bug 1877347 - Replace `distutils.util.strtobool` with a custom `strtobool`...

Bug 1877347 - Replace `distutils.util.strtobool` with a custom `strtobool` within `mach` r=firefox-build-system-reviewers,glandium

The migration advice (https://peps.python.org/pep-0632/#migration-advice)
suggests reimplementing the functionality as per the docs (https://docs.python.org/3.9/distutils/apiref.html#distutils.util.strtobool)
which is exactly what I've done here.

Differential Revision: https://phabricator.services.mozilla.com/D199950
parent 87cf2400
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment