Message235805
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 |
|
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 | |
|