Message4502

Author pjenvey
Recipients pjenvey
Date 2009-04-11.20:46:56
SpamBayes Score 0.0004932316
Marked as misclassified No
Message-id <1239482818.45.0.183878936048.issue1314@psf.upfronthosting.co.za>
In-reply-to
Content
We are now setting the sys.std{in,out,err}.encoding attribute at startup 
time, but this value should be None for any of these that not isatty().

We should check for this during initialization of PySystemState, but 
this is awkward right now because it'd ultimately rely on os.isatty. And 
the import system isn't ready to handle it at that point
History
Date User Action Args
2009-04-11 20:46:58pjenveysetrecipients: + pjenvey
2009-04-11 20:46:58pjenveysetmessageid: <1239482818.45.0.183878936048.issue1314@psf.upfronthosting.co.za>
2009-04-11 20:46:57pjenveylinkissue1314 messages
2009-04-11 20:46:57pjenveycreate