List container impedance mismatch
Oh yeah. I forgot about this until now.
In Python, ([] == []) == True.
In ActionScript (and JavaScript and EMCAScript), ([] == []) == false.
Task number one for tomorrow: make it easy to compare Array objects using assertEquals within FlexUnit tests.
Tags: actionscript, flash, flex, flexunit, Python