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).