Re: render() args

2007-12-18 Thread Mark Ramm
On Dec 18, 2007 9:11 PM, Mike Orr <[EMAIL PROTECTED]> wrote: > > Would anybody cry if I change the render argument order to put the > template always first. Either: I promise not to cry if you rip the band aid off quick ;) --~--~-~--~~~---~--~~ You received this

render() args

2007-12-18 Thread Mike Orr
Would anybody cry if I change the render argument order to put the template always first. Either: render(template, engine=None, variables=None, ... cache args) Or: render(template, variables=None, engine=None, ... cache args) That would get rid of the moving argument, but people usin