Message251496
| Author | serhiy.storchaka |
|---|---|
| Recipients | docs@python, python-dev, serhiy.storchaka, terry.reedy |
| Date | 2015-09-24.07:24:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1443079462.57.0.681185762606.issue21995@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
https://docs.python.org/3/library/io.html#io.TextIOBase.buffer """buffer The underlying binary buffer (a BufferedIOBase instance) that TextIOBase deals with. This is not part of the TextIOBase API and may not exist in some implementations.""" It is common to replace standard streams with StringIO. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-24 07:24:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, docs@python, python-dev |
| 2015-09-24 07:24:22 | serhiy.storchaka | set | messageid: <1443079462.57.0.681185762606.issue21995@psf.upfronthosting.co.za> |
| 2015-09-24 07:24:22 | serhiy.storchaka | link | issue21995 messages |
| 2015-09-24 07:24:22 | serhiy.storchaka | create | |