]> granicus.if.org Git - python/commit
testSendAll(): loop until all data is read; this was necessary at
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:28:34 +0000 (20:28 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:28:34 +0000 (20:28 +0000)
commite531e296fa178a3a8fc8ec708035e5255f327227
treea4237c6aafbf272071e17f19f88646b71ae2404d
parent469cdad8228df7bc294dc946b8cd4c0b7f810735
testSendAll(): loop until all data is read; this was necessary at
least on OS/2 (see note on SF patch 555085 by A I MacIntyre) but
looks like the test *could* fail on any other platform too -- there's
no guarantee that recv() reads all data.
Lib/test/test_socket.py