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 peter.pavlinic
Recipients docs@python, peter.pavlinic
Date 2021-01-04.17:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609782555.29.0.538092017864.issue42826@roundup.psfhosted.org>
In-reply-to
Content
In documentation it is written that typing.Iterable can be implemented with __getitem__() method that implements Sequence semantics.

That is not correct. link: 

https://docs.python.org/3.79/glossary.html#term-iterable
History
Date User Action Args
2021-01-04 17:49:15peter.pavlinicsetrecipients: + peter.pavlinic, docs@python
2021-01-04 17:49:15peter.pavlinicsetmessageid: <1609782555.29.0.538092017864.issue42826@roundup.psfhosted.org>
2021-01-04 17:49:15peter.pavliniclinkissue42826 messages
2021-01-04 17:49:15peter.pavliniccreate