This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients David Becher, docs@python, martin.panter, rhettinger
Date 2015-10-19.00:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445215246.73.0.49963561092.issue25435@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-19 00:40:46martin.pantersetrecipients: + martin.panter, rhettinger, docs@python, David Becher
2015-10-19 00:40:46martin.pantersetmessageid: <1445215246.73.0.49963561092.issue25435@psf.upfronthosting.co.za>
2015-10-19 00:40:46martin.panterlinkissue25435 messages
2015-10-19 00:40:45martin.pantercreate