Guido van Rossum wrote: > I think this is a reasonable suggestion. Perhaps less code would break > if you renamed the metaclass instead of the inquiry function.
It might be a positive effect if code broke because type(obj) broke - haven't we been promoting for years that it's normally the wrong thing to do? Might convince people to revisit any such code ;) Tim Delaney _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
