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 serhiy.storchaka
Recipients aliles, amaury.forgeotdarc, belopolsky, dangyogi, flox, gruszczy, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2015-10-06.18:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444156101.15.0.609372543425.issue8256@psf.upfronthosting.co.za>
In-reply-to
Content
I would fallback to PyFile_WriteObject(prompt, fout, Py_PRINT_RAW) if the stdout has no the encoding attribute or it is not a string.
History
Date User Action Args
2015-10-06 18:28:21serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, belopolsky, pitrou, vstinner, dangyogi, r.david.murray, gruszczy, flox, aliles
2015-10-06 18:28:21serhiy.storchakasetmessageid: <1444156101.15.0.609372543425.issue8256@psf.upfronthosting.co.za>
2015-10-06 18:28:21serhiy.storchakalinkissue8256 messages
2015-10-06 18:28:21serhiy.storchakacreate