![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Feature Proposal: Sequence .join method
From: <en.karpachov@ospaz.ru>
Date: Fri Sep 30 2005 - 07:03:01 CEST
On Thu, 29 Sep 2005 20:37:31 -0600
> I don't like the idea of having to put this on all sequences. If you
itertools module seems the right place for it.
itertools.chain(*a)
is the same as the proposed
[].join(a)
-- jkReceived on Sat Oct 15 03:58:58 2005 |