On Jan 25, 2008 12:10 PM, Michiel Helvensteijn <nomail at please.com> wrote: > So the in-operator should look for an > item, not a key Except that aa[key] will crash if key is not in aa, so you /really/ want to be able to test for the presence of a key in an AA.