On 03/04/2014 05:05 PM, Peter Otten wrote:
> Francis Moreau wrote:
>
>> Hi,
>>
>> In my understanding (I'm relatively new to python), I need to decode any
>> bytes data provided, in my case, by a shell command (such as findmnt)
>> started by the subprocess module. The goal of my application is to
Francis Moreau wrote:
> Hi,
>
> In my understanding (I'm relatively new to python), I need to decode any
> bytes data provided, in my case, by a shell command (such as findmnt)
> started by the subprocess module. The goal of my application is to parse
> the command outputs.
>
> My application ru