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 veky
Recipients John Belmonte, Manjusaka, ethan.furman, veky
Date 2020-10-11.15:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602430353.27.0.203641598527.issue38250@roundup.psfhosted.org>
In-reply-to
Content
Just a comment, (1) is analogous to str. iter('abc') gives only 'a', 'b' and 'c', while contains accepts '', 'ab', 'bc', and 'abc' too. At least in my mind, it's a pretty strong analogy.
History
Date User Action Args
2020-10-11 15:32:33vekysetrecipients: + veky, ethan.furman, Manjusaka, John Belmonte
2020-10-11 15:32:33vekysetmessageid: <1602430353.27.0.203641598527.issue38250@roundup.psfhosted.org>
2020-10-11 15:32:33vekylinkissue38250 messages
2020-10-11 15:32:33vekycreate