I read some pylons docs(http://pylonsbook.com/en/1.1/exploring-
pylons.html) and source(QuickWiki).
And notice these resources say tmpl_context automatically sets up the
c object to have any of the Routes variables that your action
specified attached to it.
But it doesn't work now. So I view the changelog.
changelog(http://pylonshq.com/project/pylonshq/browser/CHANGELOG)
tells us
8 * WARNING: Method arguments no longer assigned to 'tmpl_context' by
default.
9 * WARNING: Changed default to strict_tmpl_context.
I just wonder how to configure this default behaviour of c object .
Thanks in advance.