You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/04/25 14:09:59 UTC

[GitHub] [incubator-openwhisk] rabbah edited a comment on issue #4456: wskadmin is not python3 compatible

rabbah edited a comment on issue #4456: wskadmin is not python3 compatible
URL: https://github.com/apache/incubator-openwhisk/issues/4456#issuecomment-486688760
 
 
   Great @axiqia!
   
   My preference would be to avoid six/future - for the two cases you reported, I'd think you can `byte.decode('utf-8')` and wrap the iterable with a `list` to bring up the code to python 3 level.
   
   Since python 2 is retiring, being entirely on python 3 is 👍 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services