J. Peterson added the comment:

The diagnostic printed is:
  File "C:\Apps\Python25\lib\socket.py", line 255, in write
    data = str(data) # XXX Should really reject non-string non-buffers

The comment indicates the developer was aware of the bug.  See also
similar bug in writelines(), near line 267.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1410>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to