-
- Downloads
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
Showing
- python/mach/mach/util.py 15 additions, 0 deletionspython/mach/mach/util.py
- python/mozbuild/mozbuild/backend/mach_commands.py 1 addition, 1 deletionpython/mozbuild/mozbuild/backend/mach_commands.py
- python/mozbuild/mozbuild/code_analysis/mach_commands.py 1 addition, 1 deletionpython/mozbuild/mozbuild/code_analysis/mach_commands.py
- taskcluster/docker/funsize-update-generator/scripts/funsize.py 16 additions, 1 deletion...luster/docker/funsize-update-generator/scripts/funsize.py
- taskcluster/mach_commands.py 2 additions, 14 deletionstaskcluster/mach_commands.py
Loading
Please register or sign in to comment