Pylons 0.9 released
In case you missed it, new version of Pylons was released in July.
Quoth Ben:
This version had some big internal changes, no longer using custom Myghty resolvers. We now use a very straight-forward WSGI interface to setup the application and the middleware. It’s easier to customize as a result, and the call-cycle is very understandable.
And it sounds like the strict adherence to WSGI minimizing compatibility issues.