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 serhiy.storchaka
Recipients docs@python, fdrake, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, wim.glenn
Date 2018-09-11.15:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536678287.61.0.0269046726804.issue28617@psf.upfronthosting.co.za>
In-reply-to
Content
I think that "types that are :term:`iterable` or implement the :meth:`__contains__` method" is too low-level for this section.

In this section we tell about builtin types. From those the types that support `in` and `not in` are list, tuple, dict, set, frozenset, str, bytes, bytearray, memoryview, and iterator types. We can just enumerate them or use general word. Calling the "sequence types" is not correct, but fortunately all of them are iterable, so that we can say just "iterable types described below". Or enumerate categories of types, as they are named in the below subsections: "iterator types, sequence types, str, binary sequence types, set types and dict", with links to corresponding subsections.
History
Date User Action Args
2018-09-11 15:04:47serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, rhettinger, terry.reedy, ncoghlan, r.david.murray, docs@python, wim.glenn
2018-09-11 15:04:47serhiy.storchakasetmessageid: <1536678287.61.0.0269046726804.issue28617@psf.upfronthosting.co.za>
2018-09-11 15:04:47serhiy.storchakalinkissue28617 messages
2018-09-11 15:04:47serhiy.storchakacreate