Comment 2 for bug 1832210

Revision history for this message
James Page (james-page) wrote : Re: incorrect decode of log prefix under python 3

Illustrated:

>>> str(b'10612530182266949194')
"b'10612530182266949194'"
>>> b'10612530182266949194'.decode('UTF-8')
'10612530182266949194'