[issue20699] Document that binary IO classes work with bytes-likes objects

Martin Panter report at bugs.python.org
Fri Apr 15 07:55:44 EDT 2016


Martin Panter added the comment:

Here is an updated patch merged with recent changes. I also added a sentence to the RawIOBase.write() and BufferedIOBase.write() documentation about access to the buffer after the method returns. And I added tests for this.

----------
Added file: http://bugs.python.org/file42470/bytes-like-param.v5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20699>
_______________________________________


More information about the Python-bugs-list mailing list