![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Something that Perl can do that Python can't?
From: George Sakkis <gsakkis@rutgers.edu>
Date: Sat Jul 23 2005 - 01:31:49 CEST
"Dr. Who" <google@spiceaid.com> wrote in message
You can use the sentinel form of iter():
for line in iter(stdout.readline, ''):
George
|