Does cherrypy support Python3 yet? What other web frameworks out there support Python 3?
The website of Cherrypy 3.2 says that it runs on Python 3! So there you go. WSGI is not settled for Python3 yet, so you wont find the WSGI compliant frameworks (django,web.py) for python3 yet. The cherrypy, I assume takes the fastcgi route.