![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "For" loop and list comprehension similarity
From: Mitja Trampus <nun@example.com>
Date: Sun Mar 26 2006 - 20:38:44 CEST
s.lipnevich@gmail.com wrote:
> On more than one occasion, I found myself wanting to use a "conditional
Maybe there's been a PEP, don't really know...
> The available equivalent
This indeed doesn't look nice, especially if you've got lots of code instead of just
for i in c:
|