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 orsenthil
Recipients belopolsky, catherine, doerwalter, eric.araujo, ezio.melotti, georg.brandl, gpolo, lambacck, orsenthil, pitrou, r.david.murray, rhettinger, ron_adam, vstinner
Date 2011-08-07.06:06:42
SpamBayes Score 0.00014111724
Marked as misclassified No
Message-id <1312697203.15.0.909649558635.issue10087@psf.upfronthosting.co.za>
In-reply-to
Content
Chris, as you already suggested in msg124410, I would prefer the removal of encoding specification from command line. Providing the encoding argument via API with deprecating warning is a good idea.

The output should be string and it should be just be printed. It should not be converted to bytes and then decoded back to string.
History
Date User Action Args
2011-08-07 06:06:43orsenthilsetrecipients: + orsenthil, doerwalter, georg.brandl, rhettinger, belopolsky, pitrou, vstinner, ron_adam, gpolo, ezio.melotti, eric.araujo, lambacck, r.david.murray, catherine
2011-08-07 06:06:43orsenthilsetmessageid: <1312697203.15.0.909649558635.issue10087@psf.upfronthosting.co.za>
2011-08-07 06:06:42orsenthillinkissue10087 messages
2011-08-07 06:06:42orsenthilcreate