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, jmfauth
Date 2010-07-09.20:12:02
SpamBayes Score 0.00039895548
Marked as misclassified No
Message-id <1278706324.11.0.652521530248.issue5556@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to see the issue. runsource() takes a (unicode) string because a Python script is a text; you cannot pass a bytes object, it must be decoded before.
History
Date User Action Args
2010-07-09 20:12:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jmfauth
2010-07-09 20:12:04amaury.forgeotdarcsetmessageid: <1278706324.11.0.652521530248.issue5556@psf.upfronthosting.co.za>
2010-07-09 20:12:03amaury.forgeotdarclinkissue5556 messages
2010-07-09 20:12:02amaury.forgeotdarccreate