[Web-SIG] WSGI, Python 3 and Unicode

Phillip J. Eby pje at telecommunity.com
Fri Dec 7 02:45:47 CET 2007


At 04:27 PM 12/6/2007 -0800, Guido van Rossum wrote:
>You might want to look at how the unittests for wsgiref manage to pass
>in Py3k though. ;-)

Unless they've been changed, I'd assume it's because they work with 
strings exclusively, and never do any encoding or decoding (which is 
outside WSGI's scope, at least in the current version).



More information about the Web-SIG mailing list