Would you like it to be removed or its name changed?

You can do it with a special iteration:

for a in B:
   if behavior
      break
else:
   2behavior

---->

class KeepResult:...
kr= KeepResult( B )
for a in kr:
   if behavior
      break
if kr.diditbreak?:
   2behavior
(if not:
   3behavior)

It just can't do automatic continues; you'd need a
kr.i'mcontinuingonthisone().  Would that be useful in addition?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to