[issue3550] Socket Python 3k Documentation failure OR Unicode string is not supported with socket.send

2008-08-13 Thread Andrew R.
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

[issue3550] Socket Python 3k Documentation mistake OR Unicode string is not supported with socket.send

2008-08-13 Thread Andrew R.
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