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 kushal.das
Recipients firatozgul, kushal.das
Date 2012-11-12.07:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352705011.02.0.861349981926.issue16459@psf.upfronthosting.co.za>
In-reply-to
Content
sys.stdout.write returns the length of the string it printed. 
try these:

x = sys.stdout.write("abc")
print x

or from console
python -c 'import sys ; sys.stdout.write("abc")'
History
Date User Action Args
2012-11-12 07:23:31kushal.dassetrecipients: + kushal.das, firatozgul
2012-11-12 07:23:31kushal.dassetmessageid: <1352705011.02.0.861349981926.issue16459@psf.upfronthosting.co.za>
2012-11-12 07:23:30kushal.daslinkissue16459 messages
2012-11-12 07:23:30kushal.dascreate