Tweens are "Pyramid-specific middleware". They go between the WSGI stack and the main Pyramid application, effectively wrapping your app.
On Wed, Aug 24, 2011 at 6:44 PM, Alexandre Conrad < [email protected]> wrote: > 2011/8/23 Chris McDonough <[email protected]> > >> Pyramid 1.2a1 has been released. This is the first alpha release in >> the 1.2 series. >> > > Congrats! > > >> A "What's New In Pyramid 1.2" document exists at >> http://docs.pylonsproject.org/projects/pyramid/1.2/whatsnew-1.2.html >> describing the differences between 1.1 and 1.2. >> > > So tweens. It sounds like applying a decorator to each of my views, right? > > -- > Alex | twitter.com/alexconrad > > -- > 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. > -- Michael -- 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.
