Skip to content

Fix #251: Python 2 vs Python 3: DevString with bytes

Tiago Coutinho requested to merge issue-251 into develop

Checked:

  • attributes r/w of types str, [str], [[str]], with bytes/str, both client and server side
  • commands with arg and return types str, [str] with bytes/str, both client and server side
  • properties

Merge request reports