I prefer not getting exceptions for extra parameters, before 0.9a1 my plan was to add the ugly *args, **kw to all methods to avoid getting such exceptions on the production server. My code should be robust enough to handle missing parameters, but I don't want to care about extra ones.
Maybe during develpment we could log extra variables that we throw away so that the developer can see in the log the reason for his problems and not need to guess it. I don't see any real use to get the exceptions besides to help debugging and the log should be a nice way to get this information and it can also be turned on the production server if the python logging is redirected to a file there. Baruch --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

