Raymond Hettinger writes:

 > [Matthieu on itertools.dropwhile() docs]

 > > Note, the iterator does not produce any output until the
 > > predicate is true

 > it did return EVERY element from the first false

Shouldn't the "until" in the doc be "while"?  Alternatively, "true"
could be changed to "false".

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to