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 vstinner
Recipients astrand, debatem1, gregory.p.smith, ned.deily, vstinner
Date 2011-03-03.15:48:49
SpamBayes Score 1.0861735e-05
Marked as misclassified No
Message-id <1299167330.8.0.401592794233.issue9922@psf.upfronthosting.co.za>
In-reply-to
Content
I think that it is now too late to change getstatusoutput() output type (str->bytes). I prefer Unicode and I think that most users will have to decode bytes to Unicode anyway. So the right solution is to be able to configure encoding and errors used by TextIOWrapper: see issue #6135.
History
Date User Action Args
2011-03-03 15:48:50vstinnersetrecipients: + vstinner, gregory.p.smith, astrand, ned.deily, debatem1
2011-03-03 15:48:50vstinnersetmessageid: <1299167330.8.0.401592794233.issue9922@psf.upfronthosting.co.za>
2011-03-03 15:48:49vstinnerlinkissue9922 messages
2011-03-03 15:48:49vstinnercreate