PEP 237; isinstance(i, integer)

Mark J maj64 at hotmail.com
Sun Nov 4 00:32:01 EST 2001


In PEP 237, Rationale, point 2, it mentions being able to use
"isinstance(i, integer)" which returns true if i is either type int or
long.

Does anyone know if this is planned for v2.2?  I see that it is not
yet implemented in v2.2b1.

Thanks,

Mark



More information about the Python-list mailing list