sathishkottravel
Results
1
issues of
sathishkottravel
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 (...