PEP 237; isinstance(i, integer)

Tim Peters tim.one at home.com
Sun Nov 4 01:59:01 EST 2001


[Mark J]
> 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.

It is not planned for 2.2.  The stuff in "Phase A" is implemented in 2.2b1,
and that's all of PEP 237 scheduled for 2.2.





More information about the Python-list mailing list