On 13 Jul., 08:53, Yosifov Pavel <[EMAIL PROTECTED]> wrote: > Whats is the way to clone "independent" iterator? I can't use tee(), > because I don't know how many "independent" iterators I need. copy and > deepcopy doesn't work... > > --pavel
You can try generator_tools http://pypi.python.org/pypi/generator_tools/0.3.3 -- http://mail.python.org/mailman/listinfo/python-list