[New-bugs-announce] [issue29473] subprocces check_output

Вадим Кара report at bugs.python.org
Tue Feb 7 10:21:16 EST 2017


New submission from Вадим Кара:

check_output(['command'])
Can't be decoded as it was in 3.5
check_output(['command']).decode('utf-8') returns UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8d in position 2: invalid start byte error.

----------
components: Windows
messages: 287239
nosy: paul.moore, steve.dower, tim.golden, zach.ware, Вадим Кара
priority: normal
severity: normal
status: open
title: subprocces check_output
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29473>
_______________________________________


More information about the New-bugs-announce mailing list