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 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:09martin.pantersetrecipients: + martin.panter, pitrou, benjamin.peterson, r.david.murray, docs@python, serhiy.storchaka, Henning.von.Bargen
2015-02-12 11:13:08martin.pantersetmessageid: <1423739588.43.0.320699028743.issue20699@psf.upfronthosting.co.za>
2015-02-12 11:13:08martin.panterlinkissue20699 messages
2015-02-12 11:13:08martin.pantercreate