dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Dragonfly: Python35 prorting.

Open sathishkottravel opened this issue 8 years ago • 2 comments

  1. 2to3 has been used initially to convert python2 code. (Specifics)
  2. string.letter -> string.ascii_letters
  3. c_char(char) -> c_char(ord(char)) , similar c_wchar
  4. str(self) modified in action_base.py and state.py ( #http://stackoverflow.com/questions/6812031/how-to-make-unicode-string-with-python3)

sathishkottravel avatar Oct 02 '16 05:10 sathishkottravel

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.

pk11112999 avatar Feb 22 '17 00:02 pk11112999