]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Sep 2010 18:48:21 +0000 (18:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Sep 2010 18:48:21 +0000 (18:48 +0000)
commit972ee13e037432497fa003d4a786b2342a38db94
treeab6585ebe7d0da0e725da7bd6f61a4cf739192f2
parent6285774f06f44f04353801cc79fd2a5e67f884ec
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
view of their contents without duplicating them.  The view is both readable
and writable.
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bytesio.c