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

Use argparse instead of optparse #311

Open
fgeorgatos opened this issue Oct 16, 2023 · 0 comments
Open

Use argparse instead of optparse #311

fgeorgatos opened this issue Oct 16, 2023 · 0 comments

Comments

@fgeorgatos
Copy link
Collaborator

The optparse module is deprecated since python 3.2 (see Documentation) and will not be developed further.

Moving forward, we should migrate to argparse which provides the same functionality with some changes to the API.

sebinbash pushed a commit that referenced this issue Dec 4, 2023
Signed-off-by: Sebastian Schnorbus <sebastian.schnorbus@hpe.com>
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

No branches or pull requests

1 participant