Guido van Rossum wrote: > We could even do this by hacking the default getattr > implementation to skip the instance dict if the name starts and ends > with two underscores.
But unless I'm mistaken, this behaviour is only appropriate for *methods*, and you can't tell just from whether the name has double underscores whether it's a method or not. -- Greg _______________________________________________ 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
