Re: Render functions change

2008-06-19 Thread Mark Ramm
On Thu, Jun 19, 2008 at 11:20 AM, Mark Ramm <[EMAIL PROTECTED]> wrote: > I have a render-function change that I'd like to make. > > I'd like to add a globals keyword argument to each of the three pylons > render functions, which defaults to None, but gets used instead of > globs = pylons_globals()

Render functions change

2008-06-19 Thread Mark Ramm
I have a render-function change that I'd like to make. I'd like to add a globals keyword argument to each of the three pylons render functions, which defaults to None, but gets used instead of globs = pylons_globals() if it is there. This would allow TG2 to use the pylons render functions direct