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

Support python3 #67

Merged
merged 7 commits into from
Jun 24, 2015
Merged

Support python3 #67

merged 7 commits into from
Jun 24, 2015

Conversation

unnonouno
Copy link
Member

I fixed sources to support python3.

  • Fix print
  • Fix import syntax
  • Use six for iterxxx, CStringIO, copyreg, xrange, queue, assertCountEqual ...
  • Use // operator instead of / operator for int
  • Fix heapq
  • Use __truediv__

fixes #22

@okuta
Copy link
Member

okuta commented Jun 24, 2015

LGTM!

okuta added a commit that referenced this pull request Jun 24, 2015
@okuta okuta merged commit ad548d1 into master Jun 24, 2015
@unnonouno unnonouno deleted the py3 branch June 24, 2015 09:06
@okuta okuta modified the milestone: v1.1.0 Jul 7, 2015
@delta2323 delta2323 added the cat:feature Implementation that introduces new interfaces. label Jul 7, 2015
niboshi pushed a commit to niboshi/chainer that referenced this pull request Jun 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature Implementation that introduces new interfaces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3 compatibility
3 participants