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 py.user
Recipients docs@python, py.user
Date 2012-10-04.22:46:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349390779.55.0.0497820141471.issue16138@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/glossary.html#term-sequence

"and defines a len() method that returns the length of the sequence" 

change to

"and defines a __len__() special method that returns the length of the sequence"
History
Date User Action Args
2012-10-04 22:46:19py.usersetrecipients: + py.user, docs@python
2012-10-04 22:46:19py.usersetmessageid: <1349390779.55.0.0497820141471.issue16138@psf.upfronthosting.co.za>
2012-10-04 22:46:19py.userlinkissue16138 messages
2012-10-04 22:46:19py.usercreate