What steps will reproduce the problem?
t = (1,2)
assert t and t, 'Failed short circuit with tuple'
print('Ok')
What is the expected output? What do you see instead?
Ok
instead:
RuntimeError: obj.items is undefined
module '__main__' line 2
assert t and t, 'Failed short circuit with tuples'
What version of the product are you using? On what operating system?
Brython version 1.1.20130306-211707
Linux Mint 14 Nadia
Please provide any additional information below.
Original issue reported on code.google.com by ca...@nce.ufrj.br on 7 Mar 2013 at 11:58
Original issue reported on code.google.com by
ca...@nce.ufrj.br
on 7 Mar 2013 at 11:58