Hi, When i did the diag : https://github.com/Pylons/pyramid/issues/1367 i was surprise that response_callback was outside tweens. Then we loose all the features of tweens : debug, dbsession...
Can i suggest to add a new event and a new callback after view but inside tween ? It will be more symmetric. I know that i can do it with a tween but i think it can be interesting to do it in the core, that everybody benefit and use a standard way. Ideally i think the call back should be like finished_callback, in a finally clause with exception parameter. -- William -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
