Message120189
| Author | eric.araujo |
|---|---|
| Recipients | docs@python, eric.araujo |
| Date | 2010-11-01.23:54:54 |
| SpamBayes Score | 1.7504268e-05 |
| Marked as misclassified | No |
| Message-id | <1288655696.94.0.809001507215.issue10289@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
At the top of Doc/library/functions.rst, which documents built-in functions like abs, getattr or hash, a comment reads “document all delegations to __special__ methods”. Some functions are already good: enumerate for instance does link to the definition of iterator and hints about the __next__ method, format points to __format__, etc. They can serve as example for how to add links (in plain text and in the global index). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-01 23:54:57 | eric.araujo | set | recipients: + eric.araujo, docs@python |
| 2010-11-01 23:54:56 | eric.araujo | set | messageid: <1288655696.94.0.809001507215.issue10289@psf.upfronthosting.co.za> |
| 2010-11-01 23:54:55 | eric.araujo | link | issue10289 messages |
| 2010-11-01 23:54:54 | eric.araujo | create | |