Re: [IronPython] Confusing Error Message

2008-10-31 Thread Dino Viehland
ython Subject: [IronPython] Confusing Error Message This had me foxed for a while: CPython >>> 'a' in object() Traceback (most recent call last): File "", line 1, in ? TypeError: iterable argument required >>> IronPython (changeset 42603) >>> '

[IronPython] Confusing Error Message

2008-10-31 Thread Michael Foord
This had me foxed for a while: CPython >>> 'a' in object() Traceback (most recent call last): File "", line 1, in ? TypeError: iterable argument required >>> IronPython (changeset 42603) >>> 'a' in object() Traceback (most recent call last): File "", line 1, in TypeError: argument of type 'st