Re: [Web-SIG] WSGI, Python 3 and Unicode

2007-12-08 Thread Guido van Rossum
On Dec 8, 2007 12:37 AM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On 08/12/2007, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > > * When running under Python 3, servers MUST provide a text stream for > > wsgi.errors > > In Python 3, what happens if user code attempts to output to a text > stream

Re: [Web-SIG] WSGI, Python 3 and Unicode

2007-12-08 Thread Graham Dumpleton
On 08/12/2007, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > * When running under Python 3, servers MUST provide a text stream for > wsgi.errors In Python 3, what happens if user code attempts to output to a text stream a byte string? Ie., what would be displayed? Also, if wsgi.errors is a text str