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, christian.heimes, r_mosaic
Date 2007-11-20.02:09:28
SpamBayes Score 0.45397383
Marked as misclassified No
Message-id <1195524569.2.0.252030770509.issue1193@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the final .encode("cp936") is now invalid: os.system accepts
unicode strings, not bytes:

>>> os.system(("echo " + sys.stdin.readline().rstrip("\n")))

Corrected as r59065.
History
Date User Action Args
2007-11-20 02:09:29amaury.forgeotdarcsetspambayes_score: 0.453974 -> 0.45397383
recipients: + amaury.forgeotdarc, christian.heimes, r_mosaic
2007-11-20 02:09:29amaury.forgeotdarcsetspambayes_score: 0.453974 -> 0.453974
messageid: <1195524569.2.0.252030770509.issue1193@psf.upfronthosting.co.za>
2007-11-20 02:09:29amaury.forgeotdarclinkissue1193 messages
2007-11-20 02:09:28amaury.forgeotdarccreate