You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: