![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveFeature Proposal: Sequence .join method
From: David Murmann <david.murmann@rwth-aachen.de>
Date: Fri Sep 30 2005 - 04:22:45 CEST
Hi all!
I could not find out whether this has been proposed before (there are
def join(self, seq):
This would allow code like the following:
[0].join([[5], [42, 5], [1, 2, 3], [23]])
resulting in:
You might have noticed that this contains actually two propsals, so if
Any comments welcome,
|