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 martin.panter
Recipients Arfrever, Rostyslav.Dzinko, Winterflower, benjamin.peterson, docs@python, georg.brandl, martin.panter, terry.reedy, vstinner
Date 2016-01-01.23:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451692022.77.0.313831784261.issue15718@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 10289 proposes to link from len() to __len__() in the documentation. I think the limitation only needs to be documented for __len__(); there are other ways to invoke it as well.
History
Date User Action Args
2016-01-01 23:47:02martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, vstinner, benjamin.peterson, Arfrever, docs@python, Rostyslav.Dzinko, Winterflower
2016-01-01 23:47:02martin.pantersetmessageid: <1451692022.77.0.313831784261.issue15718@psf.upfronthosting.co.za>
2016-01-01 23:47:02martin.panterlinkissue15718 messages
2016-01-01 23:47:02martin.pantercreate