On Wed, Nov 10, 2010 at 9:08 PM, Chris McDonough <chr...@plope.com> wrote: > On Wed, 2010-11-10 at 19:26 -0800, Mike Orr wrote: >> 'c', 'h', and 'url' are most important. > > Thanks, that's what I figured. Most folks on IRC agree (at least they > said "c" and "h" are probably non-negotiable).
'c' is still useful even with the dict-return style, because you can set things in .__init__ for the site template, or other things you don't want to clutter every return value with. (Especially things that are HTML-only, for views that do double-duty as both HTML output and JSON output). -- Mike Orr <sluggos...@gmail.com> -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.