This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-12.16:14:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FFEF7D1.7080003@gmail.com>
In-reply-to <1342109078.31.0.0954900336147.issue15318@psf.upfronthosting.co.za>
Content
>>>> sys.stdin.write('qwe')
> Traceback (most recent call last):
>    File "<stdin>", line 1, in<module>
> io.UnsupportedOperation: not writable
>
> ----------

I'm passing a number, *not* a string.
History
Date User Action Args
2012-07-12 16:14:13roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, serhiy.storchaka
2012-07-12 16:14:12roger.serwylinkissue15318 messages
2012-07-12 16:14:12roger.serwycreate