On Wed, Nov 17, 2010 at 7:10 PM, Chris McDonough <chr...@plope.com> wrote: > - The pylons_* paster templates erroneously used the ``{squiggly}`` > routing syntax as the pattern supplied to ``add_route``. This style > of routing is not supported. They were replaced with ``:colon`` style > route patterns.
Is the {varname} syntax not going to be added then? Routes switched from ":varname" to "{varname}" because it allowed us to deprecate another syntax structure ":(group_route)", which was used when the varname was followed by a letter/number/underscore -- something that would be interpreted as part of the varname. If it's not added, we'll have to tell people to go back to the colon syntax after telling them the braces syntax is superior and making them switch to that. -- 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.