>> Well sort of. Users can induce stacktraces if they provide multiple >> name attributes where you were expecting just one. So TG2 developers >> who want to avoid such have always to check to see if a particular >> param is a list. > > BTW, I notice you guys are using params.dict_of_lists() and then > modifying it, where params.mixed() gives you the string-or-list values > that you want.
Ahh, as always Ian Bicking has already solved every problem ahead of time. In fact inside tg2 we were just doing: tg_params.update(response.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 -~----------~----~----~----~------~----~------~--~---
