[docs] [issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

Martin Panter report at bugs.python.org
Sun Oct 18 20:40:46 EDT 2015


Martin Panter added the comment:

Thanks for the patch. I left a few comments on the code review. I think the class is meant to represent a real function object, not a wrapper. And it would be good to update the following paragraphs about unbound methods.

Also, it looks like the rest of that page could do with some other updates. E.g. no need for explicit Function(object) base class, no need to mention that a method exists in Python 2.3, code could use @classmethod decorator syntax. But these are a slightly separate issues.

----------
nosy: +martin.panter
stage:  -> patch review
versions: +Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25435>
_______________________________________


More information about the docs mailing list