I'm guessing this is know, but just wondering why we still have the following in the wsgi env when a route is matched:
'bfg.routes.matchdict': {u'key': u'foo'}, 'bfg.routes.route': <pyramid.urldispatch.Route object at 0x26dbb50>, Would it be good to have them aliased in there as pyramid? I'm using that to get the matched route object for my own custom url building helper, maybe that's deprecated and not how I should get that anymore? thanks iain -- 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 pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.