[Web-SIG] WSGI, Python 3 and Unicode

Andrew Clover and-py at doxdesk.com
Fri Dec 7 20:11:12 CET 2007


Adam Atlas <adam at atlas.st> wrote:

> I'd say it would be best to only accept `bytes` objects

+1. HTTP is inherently byte-based. Any translation between bytes and 
unicode characters should be done at a higher level, by whatever web 
framework is living above WSGI.

-- 
And Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/


More information about the Web-SIG mailing list