On 9/14/07, Matt Feifarek <[EMAIL PROTECTED]> wrote: > I want to use StackedObjectProxy in my Pylons application for some of my own > data structures: I've got some basic container classes that need to be > REQUEST specific (not necessarily thread specific). My understanding of the > docs indicates to me that this is the right thing to use, but it's not > working as I expect.
Is it OK to put arbitrary attributes on the request object? That's what Quixote would do, and they nicely disappear when the request is over. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
