Message 213267 - Python tracker
Message213267
| Author | r.david.murray |
|---|---|
| Recipients | chris.jerdonek, docs@python, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, mvolz, r.david.murray, terry.reedy |
| Date | 2014-03-12.15:54:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1394639666.95.0.0154525367698.issue16508@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Doing this is going to be a bit tricky, since currently links like :meth:`object.__format__` go to the special methods section. So I think making the distinction between available special methods and ones that object implements will need to be done at the same time as this, and there may be quite a few places in the documentation where reference will need to be changed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-12 15:54:27 | r.david.murray | set | recipients: + r.david.murray, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, ethan.furman, mvolz |
| 2014-03-12 15:54:26 | r.david.murray | set | messageid: <1394639666.95.0.0154525367698.issue16508@psf.upfronthosting.co.za> |
| 2014-03-12 15:54:26 | r.david.murray | link | issue16508 messages |
| 2014-03-12 15:54:26 | r.david.murray | create | |