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
Date 2021-09-20.20:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632168182.73.0.0551762354894.issue45250@roundup.psfhosted.org>
In-reply-to
Content
There's some inaccuracies when it comes to iterable and iterators (async and not). See https://mail.python.org/archives/list/python-dev@python.org/thread/3W7TDX5KNVQVGT5CUHBK33M7VNTP25DZ/#3W7TDX5KNVQVGT5CUHBK33M7VNTP25DZ for background.

Should probably check:

1. The glossary.
2. Language reference.
3. Built-ins.

This applies to iter()/__iter__/iterable, next()/__next__/iterator, and their async equivalents.
History
Date User Action Args
2021-09-20 20:03:02brett.cannonsetrecipients: + brett.cannon
2021-09-20 20:03:02brett.cannonsetmessageid: <1632168182.73.0.0551762354894.issue45250@roundup.psfhosted.org>
2021-09-20 20:03:02brett.cannonlinkissue45250 messages
2021-09-20 20:03:02brett.cannoncreate