write unsigned integer 32 bits to socket

rkmr.em at gmail.com rkmr.em at gmail.com
Sun Jul 27 21:26:13 EDT 2008


hi
i want to send unsigned 32 bit integer to socket, and looking for
something equivalent to this method...

http://livedocs.adobe.com/flex/2/langref/flash/net/Socket.html#writeUnsignedInt()

is there such method / library available in python?!


this is as far as i have gotten along
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.connect(('127.0.0.1',3000))



More information about the Python-list mailing list