On 20 August 2010 16:46, Wyatt Baldwin <[email protected]> wrote: > > It's a fairly recently addition. I've got Routes 1.12.3 installed, but > I'm not sure when this feature first appeared... Actually, you know > what: I think this is a Pylons thing... Yes, the > `pylons.wsgiapp:PylonsApp.find_controller` method handles this, so I > think you need to be using Pylons 1.0 for it to work. >
That's it! Works a charm now. Thanks. > > http://bitbucket.org/bbangert/pylons/src/tip/pylons/wsgiapp.py#cl-233 > > Also, in case a Routes developer sees this, there's a docstring error > in Mapper.__init__: > > ``minimization`` ... Defaults to True. > > But in __init__: > > self.minimization = False > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pylons-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
