[issue1410] BaseHTTPServer cannot accept Unicode data

J. Peterson report at bugs.python.org
Fri Nov 9 03:51:31 CET 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1410>
__________________________________


More information about the Python-bugs-list mailing list