New submission from Andrew R. <[EMAIL PROTECTED]>:
I am confused by the socket docs for Python 3000. It says to pass a
string through socket.send or socket.sendall, however, it does not seem
to account for the ASCII to Unicode transition. Trying to send an
ordinary Python 3k string t
Andrew R. <[EMAIL PROTECTED]> added the comment:
http://docs.python.org/dev/3.0/library/socket.html
The examples at the bottom also add to the confusion.
Also, changed title to be friendlier (failure? Mistake, more likely) and
changed type to no selection.
--
title: Socket Pyt