Message 190481 - Python tracker (original) (raw)
That's a good point about the lt. It occurred to me as well just before I read your post :).
Raymond, do any other languages have an iterator protocol as a core language feature? It's the fact that it is in Python, and that it is not simple to LBYL when dealing with iterators, that brings this issue up for min and max.