[issue3348] Cannot start wsgiref simple server in Py3k

Matt Giuca report at bugs.python.org
Tue Jul 22 17:20:41 CEST 2008


Matt Giuca <matt.giuca at gmail.com> added the comment:

Are you saying the stream passed to _write SHOULD always be a binary
stream, and hence the test case is wrong, because it opens a text stream?

(I'm not sure where the stream comes from, but we should guarantee it's
a binary stream).

Also, why Latin-1?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3348>
_______________________________________


More information about the Python-bugs-list mailing list