Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Dragonfly: Python35 prorting.#56

Open
sathishkottravel wants to merge 2 commits intot4ngo:masterfrom
sathishkottravel:master
Open

Dragonfly: Python35 prorting.#56
sathishkottravel wants to merge 2 commits intot4ngo:masterfrom
sathishkottravel:master

Conversation

@sathishkottravel
Copy link

  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)

1) 2to3 has been used initially
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
Copy link
Author

pullrequest 56

@pk11112999
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants