add keyword argument to itertools.chain [was Feature Proposal: Sequence .join method]

David Murmann david.murmann at rwth-aachen.de
Fri Sep 30 19:19:20 EDT 2005


Hi again,

i wrote a small patch that changes itertools.chain to take a "link"
keyword argument. If given, it is iterated between the normal arguments,
otherwise the behavior is unchanged.

I'd like to hear your opinion on both, the functionality and the actual
implementation (as this is one of the first things i ever wrote in C).

till then,
David.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: itertools.chain.diff
URL: <http://mail.python.org/pipermail/python-list/attachments/20051001/64e88406/attachment.ksh>


More information about the Python-list mailing list