[Web-SIG] wsgiref 0.2 dev in svn w/PEP 3333 support
And Clover
and-py at doxdesk.com
Sat Oct 9 21:37:04 CEST 2010
On 10/06/2010 07:21 PM, P.J. Eby wrote:
> How would these relate to the Python 3.2 release? Can you make 3.x and
> 2.x versions?
Yes, I have separate fixup code paths for 2.x and 3.x. 3.x faces the
reverse situation to that previously described, in that os.environ is
accurate on Windows but needs reverse-decoding on POSIX. Currently I use
utf-8 and surrogateescape, but for Python 3.2 presumably os.environb
will be the safer bet.
--
And Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/
More information about the Web-SIG
mailing list