Philippe C. Martin wrote:
> Can I initialize csv with input data stored in RAM (ex: a string) ? - so far
> I cannot get that to work. Or to rephrase the question, what Python "RAM"
> structure supports the "iterator protocol" ?

Many, including strings, lists and dicts. For your needs, a list of strings 
will work, or a cStringIO initialized from your data.

Kent
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to