Sockets

Dan dan at dontspammecauseidontlikit.com
Thu Apr 7 23:11:24 EDT 2005


On Thu, 7 Apr 2005 21:52:11 -0500, jepler at unpythonic.net wrote:

>Python strings always carry their length, and can have embedded NULs.
>    s.write("\0\1\2\3")
>should write 4 bytes to the socket 's'.

I'm taking binary data from a database, so it's not really a Python
string.  Is there an easy way to convert it?

Thanks

Dan




More information about the Python-list mailing list