Message 141734 - Python tracker

Message141734

Author ezio.melotti
Recipients belopolsky, catherine, doerwalter, eric.araujo, ezio.melotti, georg.brandl, gpolo, lambacck, orsenthil, r.david.murray, rhettinger, ron_adam, vstinner
Date 2011-08-07.01:23:33
SpamBayes Score 0.010532195
Marked as misclassified No
Message-id <1312680214.35.0.47972249804.issue10087@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, accessing sys.stdout.buffer is not really safe, because if sys.stdout has been replaced with some other object, the buffer attribute might not be available (IIRC StringIO doesn't have it).
History
Date User Action Args
2011-08-07 01:23:34ezio.melottisetrecipients: + ezio.melotti, doerwalter, georg.brandl, rhettinger, belopolsky, orsenthil, vstinner, ron_adam, gpolo, eric.araujo, lambacck, r.david.murray, catherine
2011-08-07 01:23:34ezio.melottisetmessageid: <1312680214.35.0.47972249804.issue10087@psf.upfronthosting.co.za>
2011-08-07 01:23:33ezio.melottilinkissue10087 messages
2011-08-07 01:23:33ezio.melotticreate