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 brett.cannon
Recipients brett.cannon, srittau
Date 2021-10-22.19:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634931688.03.0.414180512346.issue45250@roundup.psfhosted.org>
In-reply-to
Content
> One thing I would strongly suggest for consistent terminology: Make "iterator" mean an object that has both "__next()__" and "__iter()__".

The point of this issue, though, is to not make that claim as it's inaccurate.
History
Date User Action Args
2021-10-22 19:41:28brett.cannonsetrecipients: + brett.cannon, srittau
2021-10-22 19:41:28brett.cannonsetmessageid: <1634931688.03.0.414180512346.issue45250@roundup.psfhosted.org>
2021-10-22 19:41:28brett.cannonlinkissue45250 messages
2021-10-22 19:41:27brett.cannoncreate