> Python strings are binary data and can contain
>   - in oppostion to e.g. C-strings - null-bytes.
>
> So it is perfectly alright to send "only" strings over a socket.

Agreed. I wasn't trying to imply it was 'wrong' just that the receiving
application wouldn't interpret strings correctly.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to