[Web-SIG] Python 3.0 and WSGI 1.0.

Graham Dumpleton graham.dumpleton at gmail.com
Wed May 6 05:14:04 CEST 2009


2009/5/6 Ian Bicking <ianb at colorstudy.com>:
> Philip Jenvey brought this to my attention:
>
>   http://www.python.org/dev/peps/pep-0383/
>
> It's a UTF8 encoding and decoding scheme that encodes illegal bytes in such
> a way that you can decode to get the original bytes object, and thus
> transcode to another encoding.  It's intended for cases exactly like WSGI.

Care to explain then how that would in practice be used while I try
and reread it a few times to try and understand it myself? :-)

Graham


More information about the Web-SIG mailing list