Message 262834 - Python tracker
Message262834
| 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:34 | jmadden | set | recipients: + jmadden, pje, martin.panter, Jonathan Kamens, marcjofre, Paolo Veglia |
| 2016-04-03 22:52:34 | jmadden | set | messageid: <1459723954.54.0.857375518735.issue24291@psf.upfronthosting.co.za> |
| 2016-04-03 22:52:34 | jmadden | link | issue24291 messages |
| 2016-04-03 22:52:34 | jmadden | create | |