On Dec 19, 2007 8:37 AM, Ian Bicking <[EMAIL PROTECTED]> wrote:

> pylons.c is just a little odd -- if we could change the render function
> to just take substitution variables as keyword arguments then I
> personally would just stop using pylons.c, and probably be happier for
> it.  Right now I guess I have to do variables=dict(...), which isn't
> horrible but doesn't look pretty for such a common construct.

If you really really want **variables, we can do that.  But that will
prevent us from passing arbitrary rendering args to the underlying
engine.  Also, it would make render()  have a substantially different
signature from Renderer.render().  Unless you're changing your mind
about that too.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to