python3
Re-opening the discussion from https://github.com/mattheww/gomill/issues/1, Python 2 is now dreadfully close to EOL.
- Would you be supportive of merging a port of the remaining code into sgfmill?
- Do you currently have time to review pull requests and explain any hair parts of the code?
I'm happy to take on the bulk of the work but it's nice to get confirmation that you'll have sometime to review and pull that code if I do the work. Also in the case that I get 90% of the code ported but some code remains outstanding would you be willing to pull it under a branch in sgfmill?
Yes, I have time to help with this.
I think it would make more sense to make a Python 3 branch of gomill that has sgfmill as a requirement, rather than extending sgfmill.
My vague idea when I split out sgfmill was that the next step would be to split out the GTP code to a second library. That way it would be possible to do the conversion in pieces rather than all in one step.
But if you're willing to do the work, please organise things in whatever way is most convenient for you.