[issue4745] socket.send obscure error message

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Benjamin, please continue mentioning issue numbers in commit messages, even if it's a trivial fix like this one. -- nosy: +georg.brandl ___ Python tracker ___

[issue4745] socket.send obscure error message

2008-12-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r67929. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue4745] socket.send obscure error message

2008-12-24 Thread John Robinson
New submission from John Robinson : When using the socket module and performing a socket.send('hello world'), the error returned is: Traceback (most recent call last): File "C:\Python30\testclient.py", line 12, in s.send('Hello world') # send the data TypeError: send() argume