commit | 972ee13e037432497fa003d4a786b2342a38db94 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 06 18:48:21 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 06 18:48:21 2010 +0000 |
tree | ab6585ebe7d0da0e725da7bd6f61a4cf739192f2 | |
parent | 6285774f06f44f04353801cc79fd2a5e67f884ec [diff] |
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.