"John Posner" <jjpos...@optimum.net> writes:

> I haven't found a generator version of the string function split(). Am
> I missing something?

To my knowledge there isn't one. Both Python 2 and Python 3 document
‘str.split’ as returning a list.

-- 
 \       “An idea isn't responsible for the people who believe in it.” |
  `\                                      —Donald Robert Perry Marquis |
_o__)                                                                  |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to