dragonfly
dragonfly copied to clipboard
Dragonfly: Python35 prorting.
- 2to3 has been used initially to convert python2 code. (Specifics)
- string.letter -> string.ascii_letters
- c_char(char) -> c_char(ord(char)) , similar c_wchar
- str(self) modified in action_base.py and state.py ( #http://stackoverflow.com/questions/6812031/how-to-make-unicode-string-with-python3)
Could you please put up another repository based on your results if it isn't being merged into this one? I'd prefer to work with a py3 compatible version.