Update: KOBRA - .NET for Python

Alex Martelli aleax at aleax.it
Thu Jan 30 04:30:42 EST 2003


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





More information about the Python-list mailing list