Re: jython socket sendall
I used send instead. This should work. -Mark -- http://mail.python.org/mailman/listinfo/python-list
jython socket sendall
Hi there, I am about to port a server application from Java to Jython. For the socket part I found some examples written in Python. I have problems to figure out the socket part of the application. In Jython 2.1 the sendall function is missing? def establishConnection(self): self.socke