Message253159
| 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:49 | David Becher | set | recipients:
+ David Becher, docs@python |
| 2015年10月18日 18:49:49 | David Becher | set | messageid: <1445194189.09.0.0973348556564.issue25435@psf.upfronthosting.co.za> |
| 2015年10月18日 18:49:49 | David Becher | link | issue25435 messages |
| 2015年10月18日 18:49:48 | David Becher | create |
|