Skip to content

Remove distutils.util.strtobool deprecated in PEP 632 (Python 3.10) #333

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

Merged
merged 1 commit into from
May 2, 2022
Merged

Remove distutils.util.strtobool deprecated in PEP 632 (Python 3.10) #333

merged 1 commit into from
May 2, 2022

Conversation

ScriptSmith
Copy link
Contributor

Description of changes:
PEP 632 deprecates distutils in Python 3.10, and recommends specifically that distutils.util.strtobool be replaced by reimplementing it, which I have done here to preserve existing behaviour.

Related to: #321

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ScriptSmith ScriptSmith requested a review from a team as a code owner April 21, 2022 05:50
@srprash srprash requested a review from NathanielRN April 25, 2022 21:09
Copy link
Contributor

@NathanielRN NathanielRN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this change! 🚢

@NathanielRN NathanielRN merged commit 8a82e4b into aws:master May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants