K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-04-20T16:07:47.950981Z K 7 svn:log V 199 Replace `str.{decode,encode}("hex")` with binascii.(un)?hexlify Encoding/decoding base_string objects as "hex" was removed in py3 and replaced with other methods, one being `binascii.(un)?hexlify`. END