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

2to3 remove 2to3 fixer #3266

Merged
merged 3 commits into from Apr 25, 2013
Merged

2to3 remove 2to3 fixer #3266

merged 3 commits into from Apr 25, 2013

Commits on Apr 22, 2013

  1. 2to3: Stop using 2to3 and remove the tools/py3tool.py file.

    The same code base now supports python versions 2.6-2.7 and 3.2-3.3.
    
    Closes numpy#3247.
    charris committed Apr 22, 2013
    Copy the full SHA
    b4180e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ede7dc4 View commit details
    Browse the repository at this point in the history
  3. MAINT: Use from future_builtins zip and map.

    For Python versions 2.6 and 2.7 the iterator forms of zip and map
    can be imported from future_builtins. That is done here so as to
    avoid using itertools.{izip, imap}.
    charris committed Apr 22, 2013
    Copy the full SHA
    d6f6268 View commit details
    Browse the repository at this point in the history