Conversation
* replace print with print() * replace unichr() with chr() * replace xrange with range() * fix the imports also removed the content of __init__.py
|
First of all, thank you for your very important contribution. I just wanted to say "sorry" because I have not had the time to review it and I feel a bit guilty about it. This period has been (and still is) super busy with work and other personal stuff. I really hope to be able to review it carefully. Please don't assume that your contribution is not appreciated... |
|
@NicolasCARPi I was wondering if maybe you would like to check this out as well. |
|
@Maxqia thank you again for your contributions. Please let me reiterate my apologies for the late feedback. You have done a very appreciated task of migrating this to Python 3. I will check out if some optimizations can be done, but for now it all seems to work. |
|
Also thanks to @NicolasCARPi and other contributors. |
This replaces #63.
Seems to be fully working, but it could do with more testing.