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

Feature/python 3 #206

Closed
wants to merge 14 commits into from
Closed

Feature/python 3 #206

wants to merge 14 commits into from

Conversation

Debilski
Copy link
Member

@Debilski Debilski commented Sep 9, 2012

Introducing: The Python 3 version of Pelita.

Most went well with 2to3 but a few additional fixes were needed with string conversions (mostly for the socket I/O) and newly introduced name conflicts.

Thanks to our better-than-average coverage, I’m also rather confident that there are not too many bugs left.

Notes:
— The compat.argparse has been retired
— I’ve added a python3 shebang but I’m not sure this is correct and future-proof (e.g. travis complains about it)

Are there any great Python 3 features we could immediately take advantage of?

@keszybz
Copy link
Contributor

keszybz commented Sep 11, 2012

Tested. Works.

@keszybz
Copy link
Contributor

keszybz commented Sep 11, 2012

How do I add something on top of your pull request? Please queue patch from https://github.com/keszybz/pelita/tree/pr/206.

@Debilski
Copy link
Member Author

No idea. However patching itself is pretty easy:

curl https://github.com/keszybz/pelita/commit/4238484e2f1949c95ddf982640ccf87a74181b9b.patch | git am

@Debilski
Copy link
Member Author

Closing in favour of #258

@Debilski Debilski closed this Apr 15, 2014
@Debilski Debilski deleted the feature/python-3 branch April 15, 2014 14:25
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