![]() |
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: David Murmann <david.murmann@rwth-aachen.de>
Date: Fri Sep 30 2005 - 05:33:34 CEST
> def join(sep, seq):
damn, i wanted too much. Proper implementation:
def join(sep, seq):
but still short enough
see you,
|