]> granicus.if.org Git - python/commit
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Mar 2010 22:45:39 +0000 (22:45 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Mar 2010 22:45:39 +0000 (22:45 +0000)
commitd7b731d1607bcaec7f3049bd891abebbdd22fe70
tree5d8efd509d91a817a717e4016613ae8af857e169
parent2227251a4e6a95984589e2af2d08ec4f18c9528d
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
writing into objects supporting the new buffer API, for example bytearrays
or memoryviews.
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c