On Mon, 2011-08-29 at 16:16 -0700, Ben Sizer wrote: > Aha, thank you again - that has solved it. It would have been great if > add_view had raised an exception instead, but it looks like a pretty > complicated function to try and change to make that possible, I > guess. :)
Passing non-kw args to a function that is documented to take only kw args (and a large number of them) is always a crapshoot. Can't really protect people from themselves, at least without getting unbearably annoying. ;-) - C -- 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.
