Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

Re: web apps in python 3

 

 

Python dev RSS feed   Index | Next | Previous | View Threaded


chris at simplistix

Aug 31, 2009, 8:00 AM

Post #1 of 2 (319 views)
Permalink
Re: web apps in python 3

Robert Brewer wrote:
>>> you could switch to Python 3.1,
>> I would love to, once Python 3 has a viable web app story...
>
> CherryPy 3.2 is now in beta, and mod_wsgi is nearly ready as well. Both
> support Python 3. :)

My understanding was that the wsgi spec for Python 3 wasn't finished...

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


fumanchu at aminus

Aug 31, 2009, 8:13 AM

Post #2 of 2 (275 views)
Permalink
Re: web apps in python 3 [In reply to]

Chris Withers wrote:
> Robert Brewer wrote:
>>>> you could switch to Python 3.1,
>>> I would love to, once Python 3 has a viable web app story...
>>
>> CherryPy 3.2 is now in beta, and mod_wsgi is nearly ready as well. Both
>> support Python 3. :)
>
> My understanding was that the wsgi spec for Python 3 wasn't finished...

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.


Robert Brewer
fumanchu [at] aminus

Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.