Martin Panter added the comment:

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

----------
Added file: http://bugs.python.org/file38107/bytes-like-param.v2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20699>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to