"Stephen J. Turnbull" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | 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".
As I understand the first sentence, yes. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
