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 jmadden
Recipients Jonathan Kamens, Paolo Veglia, jmadden, marcjofre, martin.panter, pje
Date 2016-04-03.22:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459723954.54.0.857375518735.issue24291@psf.upfronthosting.co.za>
In-reply-to
Content
Is there an expected `self.stdout` implementation that doesn't return the number of bytes it writes? `sys.stdout` does, as does `io.RawIOBase`. It doesn't seem clear to me that practically speaking there's a compatibility problem with requiring that for `self.stdout`.
History
Date User Action Args
2016-04-03 22:52:34jmaddensetrecipients: + jmadden, pje, martin.panter, Jonathan Kamens, marcjofre, Paolo Veglia
2016-04-03 22:52:34jmaddensetmessageid: <1459723954.54.0.857375518735.issue24291@psf.upfronthosting.co.za>
2016-04-03 22:52:34jmaddenlinkissue24291 messages
2016-04-03 22:52:34jmaddencreate