That works fine in web2py, as does any other valid Python code. Must be something else you are doing wrong. Hard to say without seeing what you are *really* doing.
Anthony On Tuesday, December 8, 2015 at 10:01:36 AM UTC-5, Mark Billion wrote: > > in python 2.6, I can run a = b = [] and get the expected result. In W2P, > when I do it, it throws an exception as the list does not propagate to both > a & b. It would make my code cleaner, but otherwise not a problem. Just > wanted to give a shout in case anyone gave a .... > > Thanks again for all of your help! > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

