On Apr 7, 11:31 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Looks like you are using positional instead of keyword parameters.

Thanks.  Does that mean one should always give default values to
controllers like this:

    def my_controller(self, a = "foo", b = "bar"):

rather than this:

    def my_controller(self, a, b): ???

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to