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 maggyero
Recipients docs@python, eric.araujo, ezio.melotti, maggyero, mdk, rhettinger, willingc
Date 2019-06-08.21:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560028052.97.0.679820321603.issue37203@roundup.psfhosted.org>
In-reply-to
Content
@Raymond Hettinger

> Though less accurate, the current version communicates better

I agree that types.MethodType is more accurate but may be less understandable. But in this case I think that the Function class for emulating instance methods should not use types.MethodType either, but a custom newfunc function as well. And **kwargs parameters should be added to both newfunc functions.
History
Date User Action Args
2019-06-08 21:07:33maggyerosetrecipients: + maggyero, rhettinger, ezio.melotti, eric.araujo, docs@python, willingc, mdk
2019-06-08 21:07:32maggyerosetmessageid: <1560028052.97.0.679820321603.issue37203@roundup.psfhosted.org>
2019-06-08 21:07:32maggyerolinkissue37203 messages
2019-06-08 21:07:32maggyerocreate