David Murmann wrote:
> replace the line
> result = result + self + T(item)
> with
> result = result + self + item
and of course the line
result = T(seq[0])
with
result = seq[0]
--
http://mail.python.org/mailman/listinfo/python-list
- Feature Proposal: Sequence .join method David Murmann
- Re: Feature Proposal: Sequence .join method David Murmann
- Re: Feature Proposal: Sequence .join method Steven Bethard
- Re: Feature Proposal: Sequence .join method David Murmann
- Re: Feature Proposal: Sequence .join method David Murmann
- Re: Feature Proposal: Sequence .join me... Terry Reedy
- Re: Feature Proposal: Sequence .jo... Michael Spencer
- Re: Feature Proposal: Sequence... Jp Calderone
- Re: Feature Proposal: Sequence... Michele Simionato
- Re: Feature Proposal: Sequ... Alex Martelli
- Re: Feature Proposal: Sequence .jo... David Murmann
- add keyword argument to iterto... David Murmann
