<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Python-Dev] web apps in python 3</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Chris Withers wrote:<BR>
&gt; Robert Brewer wrote:<BR>
&gt;&gt;&gt;&gt; you could switch to Python 3.1,<BR>
&gt;&gt;&gt; I would love to, once Python 3 has a viable web app story...<BR>
&gt;&gt;<BR>
&gt;&gt; CherryPy 3.2 is now in beta, and mod_wsgi is nearly ready as well. Both<BR>
&gt;&gt; support Python 3. :)<BR>
&gt;<BR>
&gt; My understanding was that the wsgi spec for Python 3 wasn't finished...<BR>
<BR>
The WSGI 1.0 spec has always included Python 3 using unicode strings in the environ (decoded via ISO-8859-1, and limited to \x00-\xFF). In addition, the CherryPy and mod_wsgi teams are working to interoperably support a modified version of WSGI, in which the environ is true unicode for both Python 2 and 3. We hope these implementations become references from which a WSGI 1.1 spec can be written; since web-sig has not yet reached consensus on certain specification details, we are proceeding together with tools that allow users to get work done now.<BR>
<BR>
<BR>
Robert Brewer<BR>
fumanchu@aminus.org</FONT>
</P>

</BODY>
</HTML>