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

nd_service_registry doesn't work on python3 #59

Open
bemsha opened this issue May 26, 2015 · 0 comments
Open

nd_service_registry doesn't work on python3 #59

bemsha opened this issue May 26, 2015 · 0 comments
Assignees
Milestone

Comments

@bemsha
Copy link

bemsha commented May 26, 2015

Deployment targets: Python 2.7, Python >= 3.3
gflags needs to be replaced because there's no plan to port it to Python 3. Replace it with argparse.
Python 3.1 and 3.2 don't have the "u" operator for strings, so we'll skip them.

Caveat: With argparse, unlike gflags, a Boolean flag always needs an argument.

@bemsha bemsha self-assigned this May 26, 2015
@bemsha bemsha added this to the v1.0.1 milestone May 26, 2015
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