This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Вадим Кара
Recipients paul.moore, steve.dower, tim.golden, zach.ware, Вадим Кара
Date 2017-02-07.15:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486480876.24.0.160507485938.issue29473@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-07 15:21:16Вадим Караsetrecipients: + Вадим Кара, paul.moore, tim.golden, zach.ware, steve.dower
2017-02-07 15:21:16Вадим Караsetmessageid: <1486480876.24.0.160507485938.issue29473@psf.upfronthosting.co.za>
2017-02-07 15:21:16Вадим Караlinkissue29473 messages
2017-02-07 15:21:16Вадим Караcreate