On Thursday, December 16, 2010 4:11:25 AM UTC+11, Łukasz Rekucki wrote: > > But there has been some significant progress in that matter, like the new > email package or PEP 444 (http://www.python.org/dev/peps/pep-0444/).
PEP 3333 and not PEP 444 is likely the more probable target for deploying on Python 3. http://www.python.org/dev/peps/pep-3333/ PEP 444 is a moving target as people still want to keep changing it and no one agrees about it. PEP 3333 isn't going to change and is what Apache/mod_wsgi has supported for the last two years. CherryPy WSGI server and uWSGI are also PEP 3333 compliant for Python 3. Graham -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
