On Mon, Sep 21, 2009 at 1:28 AM, Armin Ronacher
<armin.ronac...@active-4.com> wrote:
> If it was just that I would be happy to stay with bytes.  But unless the
> standard library changes in the way it works on Python 3 there is not
> much but unicode we can use.  bytes no longer behave like strings, it's
> not very comfortable to work with them.

Indeed. Hence my comments about WSGI leaking up into other code. Now
that bytes and strings are incompatible, a lot of code which relied on
(arguably) a wart in Python will break.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
_______________________________________________
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