[issue4745] socket.send obscure error message

2008-12-27 Thread Georg Brandl
Georg Brandl ge...@python.org 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 rep...@bugs.python.org

[issue4745] socket.send obscure error message

2008-12-26 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r67929. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4745

[issue4745] socket.send obscure error message

2008-12-24 Thread John Robinson
New submission from John Robinson greyw...@gmail.com: 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 module s.send('Hello world') # send the data