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

port asn2quickder to Pythonic argument-handling #41

Open
adriaandegroot opened this issue Oct 27, 2017 · 0 comments
Open

port asn2quickder to Pythonic argument-handling #41

adriaandegroot opened this issue Oct 27, 2017 · 0 comments

Comments

@adriaandegroot
Copy link
Collaborator

asn2quickder uses getopt.getopt(), which is fun for C programmers, but was replaced in Python-style by argparse ages ago. A low-priority job would be to replace the command-line-argument handling by something more modern (handling the test-cases collection is the biggest thing there).

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