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 mgorny
Recipients mgorny, serhiy.storchaka
Date 2018-01-06.08:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515228629.06.0.467229070634.issue32500@psf.upfronthosting.co.za>
In-reply-to
Content
So is the documentation mistaken or just confusing? It says straight:

> For objects that do not provide sequence protocol, this is equivalent to the Python expression len(o).

So it the 'do not' mistaken or does it mean objects that are sequences but do not provide the sequence protocol?
History
Date User Action Args
2018-01-06 08:50:29mgornysetrecipients: + mgorny, serhiy.storchaka
2018-01-06 08:50:29mgornysetmessageid: <1515228629.06.0.467229070634.issue32500@psf.upfronthosting.co.za>
2018-01-06 08:50:29mgornylinkissue32500 messages
2018-01-06 08:50:28mgornycreate