Gustavo Narea schrieb: > Thanks for that, Tres! I solved this inspired by your suggestion: I added a > method which returns the POST and GET variables, so that you can use it as in: > > ... > > It will be available in repoze.what 1.0.4, which I hope to release tomorrow. > > What do you people think about it?
I like it, but the method name "get_variables" is a bit dubious, because "get" has a double meaning here (you might expect that it returns only the GET variables and that there is also a method "post_variables"). Therefore I would use something like "fetch_variables" or "parse_variables" or maybe just "variables". -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
