Skip to content

Conversation

charris
Copy link
Member

@charris charris commented Apr 22, 2013

The 2to3 fixer no longer needs to be run.

Closes #3247.

charris added 3 commits April 21, 2013 23:10
The same code base now supports python versions 2.6-2.7 and 3.2-3.3.

Closes numpy#3247.
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 added a commit that referenced this pull request Apr 25, 2013
@charris charris merged commit d0d8d1c into numpy:master Apr 25, 2013
@charris charris deleted the 2to3-remove-2to3-fixer branch April 25, 2013 01:26
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

Successfully merging this pull request may close these issues.

2to3 remove tools/py3tool.py after all the fixers are run.
1 participant