[Python-Dev] bytes (original) (raw)
[Python-Dev] bytes / unicode
Toshio Kuratomi a.badger at gmail.com
Thu Jun 24 00:57:40 CEST 2010
- Previous message: [Python-Dev] bytes / unicode
- Next message: [Python-Dev] [Web-SIG] bytes / unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jun 23, 2010 at 11:35:12PM +0200, Antoine Pitrou wrote:
On Wed, 23 Jun 2010 17:30:22 -0400 Toshio Kuratomi <a.badger at gmail.com> wrote: > Note that this assumption seems optimistic to me. I started talking to Graham > Dumpleton, author of modwsgi a couple years back because modwsgi and paste > do decoding of bytes to unicode at different layers which caused problems > for application level code that should otherwise run fine when being served > by modwsgi or paste httpserver. That was the beginning of Graham starting > to talk about what the wsgi spec really should look like under python3 > instead of the broken way that the appendix to the current wsgi spec states.
Ok, but the reason would be that the WSGI spec is broken. Not Python 3 itself. Agreed. Neither python2 nor python3 is broken. It's the wsgi spec and the implementation of that spec where things fall down. From your first post, I thought you were claiming that python3 was broken since web frameworks got decoding right on python2 and I just wanted to defend python3 by showing that python2 wasn't all sunshine and roses.
-Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20100623/413498dd/attachment.pgp>
- Previous message: [Python-Dev] bytes / unicode
- Next message: [Python-Dev] [Web-SIG] bytes / unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]