On Feb 11, 4:17 pm, Bill Freeman <ke1g...@gmail.com> wrote:
>
> I suspect that DictReader process the file as an iterator of lines

Don't suspect, make sure:
http://docs.python.org/library/csv.html#csv.reader
"""
csvfile can be any object which supports the iterator protocol and
returns a string each time its next() method is called — file objects
and list objects are both suitable
"""

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to