On Fri, May 15, 2020 at 5:37 AM Chris Angelico <[email protected]> wrote:

> On Fri, May 15, 2020 at 7:23 PM Stephen J. Turnbull
> <[email protected]> wrote:
> >
> > Chris Angelico writes:
> >
> >  > I don't like this term "converted".
> >
> > I refuse to die on that hill. :-)  Suggest a better term, I'll happily
> > use it until something even better comes along.  Or I'll try to come
> > up with a better one as I think about the documentation issue.
> >
>
> Unfortunately I don't have a really good generic term, but I would be
> inclined to "get an iterator from" an object rather than "convert" it
> to an iterator. It's still not a great term, but at least it allows
> you to think about getting multiple iterators from the same thing,
> even potentially getting different types of iterator.
>

Perhaps use the iter function name as the generic? "itered". As opposed to
"iterated" or "iterated over".

Example:

"the statement below iterates over an iterator, itered from a sequence"
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/25FSQAXHYK344KRTVN2UPE4NZJT2HO2P/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to