Fixed print statements and used encode(‘ascii’) for ASCII encoding to avoid relying on no longer implicit conversion between unicode (str) type and bytes objects (or decode to get a string) which inhibits use of unicode str objects as arguments in functions that demand byte type or concatenation in such cases
Fixed print statements and used encode(‘ascii’) for ASCII encoding to avoid relying on no longer implicit conversion between unicode (str) type and bytes objects (or decode to get a string) which inhibits use of unicode str objects as arguments in functions that demand byte type or concatenation in such cases