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 David Becher
Recipients David Becher, docs@python
Date 2015-10-18.18:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445194189.09.0.0973348556564.issue25435@psf.upfronthosting.co.za>
In-reply-to
Content
Since Python 3 removed unbound methods, I found some references using the old terminology in this HowTo about descriptors (https://docs.python.org/3/howto/descriptor.html). Also, since unbound methods have been removed, the function call types.MethodType now only takes two arguments, namely the function to bind and the object to bind to. In the current documentation, however, the old function call with three arguments is still being used.

I made a pull request on github, then I realized that it is just a mirror repo. Attached you will see a patch file with some of the obvious changes that could me made to the document
History
Date User Action Args
2015-10-18 18:49:49David Bechersetrecipients: + David Becher, docs@python
2015-10-18 18:49:49David Bechersetmessageid: <1445194189.09.0.0973348556564.issue25435@psf.upfronthosting.co.za>
2015-10-18 18:49:49David Becherlinkissue25435 messages
2015-10-18 18:49:48David Bechercreate