Message6451

Author jasonsmith
Recipients jasonsmith
Date 2011-03-23.20:33:59
SpamBayes Score 9.27409e-07
Marked as misclassified No
Message-id <1300912439.42.0.721502843124.issue1723@psf.upfronthosting.co.za>
In-reply-to
Content
From interactive mode:
>>> import sys
>>> sys.stdout.write("Hello.")
>>> sys.stderr.write("Hello.")
Hello.>>>

The first write should print 'Hello.' to console, but prints nothing.

I also noticed it looks like the print command is printing to stderr, not to stdout (at least it looks like this from another program I have with colored output).
History
Date User Action Args
2011-03-23 20:33:59jasonsmithsetrecipients: + jasonsmith
2011-03-23 20:33:59jasonsmithsetmessageid: <1300912439.42.0.721502843124.issue1723@psf.upfronthosting.co.za>
2011-03-23 20:33:59jasonsmithlinkissue1723 messages
2011-03-23 20:33:59jasonsmithcreate