]> granicus.if.org Git - python/commit
NOTE: just porting tests here.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Mar 2010 22:50:28 +0000 (22:50 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Mar 2010 22:50:28 +0000 (22:50 +0000)
commit254807816c4c7058598e3ab90aec0aa9b7babad0
tree661975688d6bb684fbd8de86e781eb327846d7e9
parent5d2ad25252be3323a1f6a3e02a058280174cf661
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.
........
Lib/test/test_socket.py