Message 165316 - Python tracker

Message165316

Author serhiy.storchaka
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-12.16:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342109078.31.0.0954900336147.issue15318@psf.upfronthosting.co.za>
In-reply-to
Content
>>> sys.stdin.write('qwe')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
io.UnsupportedOperation: not writable
History
Date User Action Args
2012-07-12 16:04:38serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, roger.serwy
2012-07-12 16:04:38serhiy.storchakasetmessageid: <1342109078.31.0.0954900336147.issue15318@psf.upfronthosting.co.za>
2012-07-12 16:04:37serhiy.storchakalinkissue15318 messages
2012-07-12 16:04:37serhiy.storchakacreate