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 r.david.murray
Recipients Zero, docs@python, r.david.murray, rhettinger, terry.reedy, veky
Date 2017-07-17.17:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500312394.58.0.852729177454.issue18558@psf.upfronthosting.co.za>
In-reply-to
Content
"things with __getitem__ are clearly iterable"

This is false.  IMO it should be fixed in the glossary.  It should say "or __getitem__ method implementing sequence semantics".  That plus the addition to the Iterable docs will close this issue.
History
Date User Action Args
2017-07-17 17:26:34r.david.murraysetrecipients: + r.david.murray, rhettinger, terry.reedy, Zero, docs@python, veky
2017-07-17 17:26:34r.david.murraysetmessageid: <1500312394.58.0.852729177454.issue18558@psf.upfronthosting.co.za>
2017-07-17 17:26:34r.david.murraylinkissue18558 messages
2017-07-17 17:26:34r.david.murraycreate