Haven't found better way to report it... I've spent 3 hours debugging,
so it could be useful to know.

Found on web2py framework, using DIV decorator, while passing to it
both array and named params, like this:

param_list = ["a", "b", "c"]
DIV(*param_list, _style="...")

But both:
DIV(_style="...")
DIV(*param_list)
work fine

On dev_appserver the bug doesn't appear, but it does on the GAE.

with hope to save smb.'s time
Alexander Makeev

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.

Reply via email to