Hi Steve, > > * built-in class function ignoring the property getter (some_func.__doc__ > > set to a property returns the property instead of invoking the getter) > > Not just functions, it is all instances. Properties are only invoked if > they are on the class object, not the instance. >
I see. The concrete function is simply handled like an instance of the class "function" and not in any special way. Is that something I could fix? Or is it still not clear how this should be fixed? I am totally unaware of the bigger picture and wider repercussions here. Cheers Marko >
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/