RE: [IronPython] self not known in lambda function

2005-09-06 Thread Martin Maly
02, 2005 7:18 AMTo: users-ironpython.com@lists.ironpython.comSubject: [IronPython] self not known in lambda function # Hi, # # Might this be a small bug in IronPython? 'self' is not known inside the definition of a lambda function # I tried to insulate the problem in a small (

[IronPython] self not known in lambda function

2005-09-02 Thread J. de Hooge
# Hi, # # Might this be a small bug in IronPython? 'self' is not known inside the definition of a lambda function # I tried to insulate the problem in a small (admittedly pointless) program, not to bother you with bulky app. code # I am using IronPython 0.9.1 # # Kind regards # Jacqu