commit | d7b731d1607bcaec7f3049bd891abebbdd22fe70 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 17 22:45:39 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 17 22:45:39 2010 +0000 |
tree | 5d8efd509d91a817a717e4016613ae8af857e169 | |
parent | 2227251a4e6a95984589e2af2d08ec4f18c9528d [diff] |
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support writing into objects supporting the new buffer API, for example bytearrays or memoryviews.