Peter Pavlinič <peter.pavli...@trilogic.si> added the comment:

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

----------
title: typing.Iterable does not need__getitem__() method -> typing.Iterable 
does not need __getitem__() method

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42826>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to