Mark Ramm schrieb: > Ok, this is done. > > The url and redirect functins no longer take lists of path elements, > and no longer take dictionaries of parameters -- so you need to append > your path elements manually now, and you need to do *dict to turn your > dictionary into keyword arguments if you want those passed as > parameters to the url.
Sorry to be late to the party, but I don't understand why exactly it was necessary to change the signature of tg.url in a non backwards-compatible way? Why can't tg.url just be a wrapper around pylons.url which provides a backward-compatible signature? Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
