| | List |
| Subject: | Re: Python object overhead? |
| Poster: | PaulRubinhttp://phr.cx@NOSPAM.invalid |
| Date: | 23 Mar 2007 17:35:34 -0800 |
| Related Postings: | 1 2 3 4 5 6 7 |
Bjoern Schliessmann writes:
> > if len(line) == 0: break # EOF
> "one blank line" == "EOF"? That's strange. Intended?
A blank line would have length 1 (a newline character).
|