On 4/29/07, Talin <[EMAIL PROTECTED]> wrote:
> If it were technically possible, I would recommend that this PEP have to
> run the same gauntlet that any other large library addition would, which
> is to go through a long period of community feedback and criticism,
> during which a large number of people actually attempt to use the
> feature for real work.

This sounds like a pretty good reason to add __isinstance__() and
__issubclass__().  Then the various ABCs can be distributed as
third-party modules but can still make sure that things like
isinstance(42, Real) and issubclass(int, Complex) are True (or
whatever other assertions people want to make).

STeVe
-- 
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
        --- Bucky Katt, Get Fuzzy
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to