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

Re-harmonize argument parsing between distutils and optparse CLIs #389

Merged
merged 5 commits into from
Apr 19, 2016

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    414aec5 View commit details
    Browse the repository at this point in the history
  2. frontend: don't use unicode-variant %r for logging

    Now that arguments are more likely to be unicode than bytestrings, %r is not a good idea between Python versions.
    akx committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    72e97c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2057a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb06614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee8abd6 View commit details
    Browse the repository at this point in the history