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

Python 3 compatibility and version 0.6 bump #1

Merged
merged 2 commits into from Aug 5, 2013
Merged

Python 3 compatibility and version 0.6 bump #1

merged 2 commits into from Aug 5, 2013

Conversation

dan-blanchard
Copy link
Contributor

There were just a couple little tweaks needed to make things run correctly with Python 3:

  • Fix issue where namedtuple was always the custom function and never the one in collections (because the importerror would always occur even after Python 2.6)
  • Change iteritems to items in one place.

I also took the liberty of bumping things up to version 0.6.

@davidr
Copy link
Contributor

davidr commented Jul 19, 2013

Awesome, and thanks! I'll test it out early next week and merge it in.

@dan-blanchard
Copy link
Contributor Author

Hi, I don't mean to be a pest, but this prevents our package, gridmap, from working on Python 3, so if you could merge this, I'd really appreciate it.

@davidr
Copy link
Contributor

davidr commented Aug 5, 2013

Thanks for the update. I'm a fool and forgot about it. Merging it now.

davidr added a commit that referenced this pull request Aug 5, 2013
Python 3 compatibility and version 0.6 bump
@davidr davidr merged commit 9056944 into pygridtools:master Aug 5, 2013
@davidr
Copy link
Contributor

davidr commented Aug 5, 2013

It has also been uploaded to PyPI. Thanks very much for your extended patience.

@dan-blanchard
Copy link
Contributor Author

Thanks!

@davidr davidr mentioned this pull request Sep 19, 2013
dan-blanchard added a commit that referenced this pull request Nov 27, 2013
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.

None yet

2 participants