Before starting discussion about the new parameter:
On 2/6/2014, 7:10 PM, Ram Rachum wrote:
Hi,
This time I'm posting on the right list :) Sorry for the mistake in the
last thread.
`iter` has a very cool `sentinel` argument. I suggest an additional
argument `sentinel_exception`; when it's supplied, instead of waiting for a
sentinel value, we wait for a sentinel exception to be raised, and then the
iteration is finished.
This'll be useful to construct things like this:
my_iterator = iter(my_deque.popleft, IndexError)
how passing 'my_deque.popleft' is supposed to work?
Yury
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
--
--- You received this message because you are subscribed to a topic in the Google Groups "python-ideas" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/python-ideas/UCaNfAHkBlQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to python-ideas+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.