pure python: aspen, cherry py, magnum-py, tornado, gevent, rocket, wsgiref Twisted might fall outside pure python - also probably a very large dependency.
aspen doesn't support python 3 that I know of. Magnum-py doesn't support python 3. Tornado does support python3.2, but, I believe there were some 3.2 bugs last time I looked. I recall seeing someone mentioning gevent/libevent-http with python 3 compatibility, but, not officially supported. I did see someone had ported pieces of Twisted to 3.2, but, I don't believe there is anything official. To my knowledge, even though Tornado supports python3.2, I don't believe it supports PEP 3333 100% due to some string handling issues and there were bugs filed for it when I last looked in October. I've not used rocket, but, I believe it wraps wsgiref. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
