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 Stefan Pochmann, docs@python, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy
Date 2017-08-05.04:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501907193.69.0.298170213019.issue31082@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I think it can. But be aware that "sequence" is used not only in the signature, but in following description.

The term "sequence" in the documentation and the docstring looks to me like a synonym of "iterable", not a reference to collections.abc.Sequence. I don't know how the wording can be improved. Maybe looking at the documentation of builtins filter, map, zip, and itertools functions can help.
History
Date User Action Args
2017-08-05 04:26:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, ncoghlan, docs@python, Stefan Pochmann
2017-08-05 04:26:33serhiy.storchakasetmessageid: <1501907193.69.0.298170213019.issue31082@psf.upfronthosting.co.za>
2017-08-05 04:26:33serhiy.storchakalinkissue31082 messages
2017-08-05 04:26:33serhiy.storchakacreate