commit | 254807816c4c7058598e3ab90aec0aa9b7babad0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 17 22:50:28 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 17 22:50:28 2010 +0000 |
tree | 661975688d6bb684fbd8de86e781eb327846d7e9 | |
parent | 5d2ad25252be3323a1f6a3e02a058280174cf661 [diff] |
NOTE: just porting tests here. Merged revisions 79039 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79039 | antoine.pitrou | 2010-03-17 23:45:39 +0100 (mer., 17 mars 2010) | 5 lines Issue #8104: socket.recv_into() and socket.recvfrom_into() now support writing into objects supporting the new buffer API, for example bytearrays or memoryviews. ........