>> HTTP moves bytes, therefore WSGI should move bytes.  For practical reasons,
>> it would be good to *also* support strings on the application side,
>> especially for application migration.  However, I see no reason to make
>> *servers* provide decoded strings instead of bytes.

+1 because anyway if (most of the time) an app decide to reject 
everything not utf-8 it'll be very easy. And if not it will be possible, 
specialy for old applications where we cannot upgrade the server and the 
client in the same time.


-- 
William Dodé - http://flibuste.net
Informaticien Indépendant

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to