Message235805
| Author | martin.panter |
|---|---|
| Recipients | Henning.von.Bargen, benjamin.peterson, docs@python, martin.panter, pitrou, r.david.murray, serhiy.storchaka |
| Date | 2015-02-12.11:13:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1423739588.43.0.320699028743.issue20699@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Posting patch v2: * Changed readinto() argument descriptions to “a pre-allocated, writable bytes-like buffer”, for both RawIOBase and BufferedIOBase * Integrated the single-use test_memoryio.BytesIOMixin test class, which tricked me when I did the first patch * Added tests for BufferedRWPair, BytesIO.readinto() etc methods with non-bytearray() buffers * Fix _pyio.BufferedReader.readinto/1() for non-bytearray |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-12 11:13:09 | martin.panter | set | recipients: + martin.panter, pitrou, benjamin.peterson, r.david.murray, docs@python, serhiy.storchaka, Henning.von.Bargen |
| 2015-02-12 11:13:08 | martin.panter | set | messageid: <1423739588.43.0.320699028743.issue20699@psf.upfronthosting.co.za> |
| 2015-02-12 11:13:08 | martin.panter | link | issue20699 messages |
| 2015-02-12 11:13:08 | martin.panter | create | |