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

good first issue: python 2.7 to python 3.x #1

Open
drandreaskrueger opened this issue Jun 12, 2020 · 4 comments
Open

good first issue: python 2.7 to python 3.x #1

drandreaskrueger opened this issue Jun 12, 2020 · 4 comments

Comments

@drandreaskrueger
Copy link
Owner

drandreaskrueger commented Jun 12, 2020

Good first issue: translate everything from python 2.7 to python 3.x.

Could be that it simply needs commands like:

git checkout -b py3
2to3-3.5 -w compare.py 
git diff

for each of the .py files in this repo.

But perhaps it then also needs some tweaking, because the interfaces of the libraries have had breaking changes?

We don't know - until you try.

Thanks.

@drandreaskrueger drandreaskrueger pinned this issue Jun 12, 2020
@drandreaskrueger drandreaskrueger changed the title good first issue good first issue: translate everything from python 2.7 to python 3.x Jun 12, 2020
@drandreaskrueger drandreaskrueger changed the title good first issue: translate everything from python 2.7 to python 3.x good first issue: python 2.7 to python 3.x Jun 12, 2020
@abhpd
Copy link

abhpd commented Jun 19, 2020

I would like to work on this.

@drandreaskrueger
Copy link
Owner Author

Great. Thank you.

It's probably not too complicated, but I lack the time right now, to do it myself.

Much appreciated!

@drandreaskrueger
Copy link
Owner Author

It would be great if you port it to py3 BUT keep it running on py27 see these thoughts over there: #2 (comment)

@abhpd
Copy link

abhpd commented Jun 20, 2020

Okay, sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants