On 2/10/2014 4:12 PM, Rotwang wrote:
On 10/02/2014 18:45, Rick Johnson wrote:
[...]

     3. Implicit introspection is evil, i prefer all
     references to a callable's names to result in a CALL
     to that callable, not an introspection!

So, for example, none of
     isinstance(x, myclass)
     map(myfunc, range(10))
     x = property(x_get, x_set)
would still work?

No. That is what makes this a troll post, for fun, rather than a serious proposal.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to