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

Add support for the --output-dir and --add-suffix options from 2to3 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 20, 2018

  1. Add support for the --output-dir and --add-suffix options from 2to3

    These options were added to 2to3 in Python 2.7 and 3.2. This commit
    adds the options always, with descriptive errors if the user attempts
    to use them with a version of Python that is too old.
    
    Most of the code here was shamelessly stolen from lib2to3's source.
    shaib committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    69461f2 View commit details
    Browse the repository at this point in the history