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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ricardw
Date 2011-01-18.13:19:32
SpamBayes Score 0.009431663
Marked as misclassified No
Message-id <1295356774.62.0.327340192768.issue10931@psf.upfronthosting.co.za>
In-reply-to
Content
It's a feature. Subprocess output is binary data, not text; and since python3, the string type is now what python2 called unicode!

Please read http://docs.python.org/py3k/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit
for an explanation of the most important difference between python2 and python3.
History
Date User Action Args
2011-01-18 13:19:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ricardw
2011-01-18 13:19:34amaury.forgeotdarcsetmessageid: <1295356774.62.0.327340192768.issue10931@psf.upfronthosting.co.za>
2011-01-18 13:19:32amaury.forgeotdarclinkissue10931 messages
2011-01-18 13:19:32amaury.forgeotdarccreate