This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isonno
Recipients isonno
Date 2007-11-09.02:51:30
SpamBayes Score 0.021396348
Marked as misclassified No
Message-id <1194576691.89.0.403010056791.issue1410@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-11-09 02:51:32isonnosetspambayes_score: 0.0213963 -> 0.021396348
recipients: + isonno
2007-11-09 02:51:31isonnosetspambayes_score: 0.0213963 -> 0.0213963
messageid: <1194576691.89.0.403010056791.issue1410@psf.upfronthosting.co.za>
2007-11-09 02:51:31isonnolinkissue1410 messages
2007-11-09 02:51:30isonnocreate