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 gdr@garethrees.org
Recipients docs@python, ezio.melotti, gdr@garethrees.org, pitrou, rhettinger
Date 2013-10-23.13:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382536790.76.0.000627324571274.issue19362@psf.upfronthosting.co.za>
In-reply-to
Content
I considered suggesting "container", but the problem is that "container" is used elsewhere to mean "object supporting the 'in' operator" (in particular, collections.abc.Container has a __contains__ method but no __len__ method).

The abstract base class for "object with a length" is collections.abc.Sized, but I don't think using the term "sized" would be clear to users.
History
Date User Action Args
2013-10-23 13:59:50gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, rhettinger, pitrou, ezio.melotti, docs@python
2013-10-23 13:59:50gdr@garethrees.orgsetmessageid: <1382536790.76.0.000627324571274.issue19362@psf.upfronthosting.co.za>
2013-10-23 13:59:50gdr@garethrees.orglinkissue19362 messages
2013-10-23 13:59:50gdr@garethrees.orgcreate