Message3558

Author pjenvey
Recipients leosoto, pjenvey
Date 2008-09-14.00:03:14
SpamBayes Score 2.260412e-07
Marked as misclassified No
Message-id <1221350596.26.0.300813116331.issue1130@psf.upfronthosting.co.za>
In-reply-to
Content
StdoutWrapper actually shouldn't be calling __str__ on the obj -- it 
should just pass the original object to the stdout file for writing. 
Attached is a patch that fixes this, which is more correct.

However this bug is still a problem, because we lack a 
sys.stdout.encoding value
History
Date User Action Args
2008-09-14 00:03:16pjenveysetmessageid: <1221350596.26.0.300813116331.issue1130@psf.upfronthosting.co.za>
2008-09-14 00:03:16pjenveysetrecipients: + pjenvey, leosoto
2008-09-14 00:03:15pjenveylinkissue1130 messages
2008-09-14 00:03:15pjenveycreate