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

build: replace optparse for argparse in configure.py #29814

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: replace optparse for argparse in configure.py
Issue #29813 suggested migrating from optparse to argparse as optparse is deprecated.
This commit does the changes necessary to this migration, as suggested in https://docs.python.org/3/library/argparse.html#module-argparse
Most of the work was done in PR #26725
Fixes: #29813
  • Loading branch information
vccolombo committed Oct 2, 2019
commit 379676358a2db021455c4188f07105f90e62d81d
Loading