Hey,

It looks to me like pylons.decorators.rest.dispatch_on calls  
pylons.controllers.core.WSGIController._inspect_call with keyword  
arguments, but the change below removed kwargs from that function in  
favor of _get_method_args

http://pylonshq.com/project/pylonshq/changeset/1101%3A086776195bfc

If the dispatcher function ends up passing any keyword args, it blows  
up with a TypeError.  I think everything works as intended if the call  
in the rest decorator just doesn't try to pass along kwargs.

- Luke


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: rest_decorator.diff
Description: Binary data


Reply via email to