Message211

Author bckfnn
Recipients
Date 2000-11-18.19:55:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
for tcp sockets, socket.send() returns the result of self.ostream.write() which
is declared void.  so, None is returned.  the CPython docs state that the number
of bytes sent should be returned.
History
Date User Action Args
2008-02-20 17:16:45adminlinkissue222881 messages
2008-02-20 17:16:45admincreate