Hi Brian
I have a delegate in python that returns a bool
def returnFalse():
return FalseHowever, when this function is called from my c# compiled .Net program it always sees a return value of True. Seen this before? (This is with the latest in svn) Mathew _________________________________________________ Python.NET mailing list - [email protected] http://mail.python.org/mailman/listinfo/pythondotnet
