in some cases that would be nice, but web2py comes with 2 terms : arguments and variables, and how can framework know you want
x, y = request.vars.x, request.vars.y or x,y = request.args[:2]
in some cases that would be nice, but web2py comes with 2 terms : arguments and variables, and how can framework know you want
x, y = request.vars.x, request.vars.y or x,y = request.args[:2]