bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170)
It is now considered a historical accident that e.g. `for` loops and the `iter()` built-in function do not require the iterators they work with to define `__iter__`, only `__next__`.
B
Brett Cannon committed
be36e0634060c7d5dee8e8876fb888bbb53d992a
Parent: 4c61691
Committed by GitHub <noreply@github.com>
on 11/20/2021, 12:40:34 AM