Chetan Gadgil wrote: > I could write a native bool type for python so that .NET can distinguish > between ints and bools. (of course, there are more ways to do this e.g. > wrap in a python instance etc.), Python 2.3 has a built-in bool type (a subclass of int, but it's easy to distinguish if you have to). Alex