Not a big deal, because it's fixed now in trunk and tests are updated.
But the TG1 behaviour was that keyword args passed to url() overode
the parameters in the params dictionary.
> if kwargs.get('params'):
> params = kwargs['params'].copy()
> - new_kwargs = params.update(kwargs)
> + kwargs.update(params)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---