[Python-ideas] sentinel_exception argument to `iter`
Yury Selivanov
yselivanov.ml at gmail.com
Fri Feb 7 01:14:26 CET 2014
More information about the Python-ideas mailing list
Fri Feb 7 01:14:26 CET 2014
- Previous message: [Python-ideas] sentinel_exception argument to `iter`
- Next message: [Python-ideas] sentinel_exception argument to `iter`
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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) > Before starting discussion about the new parameter: how passing 'my_deque.popleft' is supposed to work? Yury
- Previous message: [Python-ideas] sentinel_exception argument to `iter`
- Next message: [Python-ideas] sentinel_exception argument to `iter`
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list