![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Frankenstring
From: Scott David Daniels <Scott.Daniels@Acm.Org>
Date: Tue Jul 12 2005 - 23:38:03 CEST
Thomas Lotze wrote:
Now if you want to do it for a file, you could do:
for c in thefile.read():
Or, if you did not want to do a full read:
--Scott David Daniels
|