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 Python 3 using 2to3 #7

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

Conversation

puzzlet
Copy link

@puzzlet puzzlet commented Nov 4, 2012

But this won't run in Python older than 2.3, in theory.

@meshy
Copy link

meshy commented May 26, 2013

👍

@mgedmin
Copy link

mgedmin commented Oct 22, 2013

Please don't use 2to3. Many projects started on that road and ended up regretting it.

It's not that hard to have a single codebase that supports Python 2 and Python 3. http://python3porting.com/ has good advice.

@meshy
Copy link

meshy commented Oct 23, 2013

I agree, having now converted a couple of bits and bobs myself. This post is a great help :).

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.

3 participants