Eric Wertman:
> So what exactly does that do?  Returns a generator, instead of a list?

Allows you to iterate on the parts in a lazy way, without creating the
whole list of the pieces.
The arguments are the same of str.split().

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to