-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Python3 compatibility #52
Comments
Sounds like a good idea.
The branch can be merged into master per usual, we don't need to replace master with it. |
Great! I have just created the "py3k" branch (wasn't sure I could do this). Just for clarification: I don't want to abandon Python2.7 but want to all exercises to be solvable with either Python2 or Python3. |
Cool. I've updated the travis configuration to run against 2.7 and 3.3 |
The following exercises need to be fixed:
|
Awesome progress! Thanks so much for working on this. |
Thanks! Most compatibility problems are easily solved. The rest is interesting. Basically it's all fun to me. :) |
It looks like this is ready to go into master. Want to do the honors? |
Seems like we can close this now that all exercises are compatible and the setup recommendations have been edited. I'll add build testing for Python3.4 once it is available on Travis. |
Awesome. Thanks for taking the lead on this! |
While many students already solve assignments with Python3, we currently don't know which test suites actually run with Python3 and which require manual adaptation by the students.
To fix this, I propose that we (@kytrinyx?) create a new development branch "py3k" and take the following steps:
Once this is done it should be possible to simply replace the master branch by py3k.
The text was updated successfully, but these errors were encountered: