[elbe-devel] [PATCH v4 1/1] Python3: fix encoding for both py2 and py3
Bastian Germann
bage at linutronix.de
Sat Feb 15 13:42:54 CET 2020
Am 14.02.20 um 18:06 schrieb Olivier Dion:
>> get_command_out("dpkg --print-architecture").strip().decode()
>
> Maybe do the decoding directly in 'get_command_out' on the 'stdout'
> object in shellhelper.py.
This will have side effects on all the other get_command_out calls. I
think we should delay such changes to after dropping py2 completely.
More information about the elbe-devel
mailing list