On Tue, May 19, 2009 at 4:03 PM, Antoine Pitrou <solip...@pitrou.net> wrote:
> Ronald Oussoren <ronaldoussoren <at> mac.com> writes:
>>
>> Wouldn't it be possible to use a CSV file for this? That way we
>> wouldn't have to invent yet another escaping mechanism and there's
>> already good suppport for reading and writing CSV files in the
>> standard library.
>
> +1
>
> We can even customize the delimiter if you want to make it more readable (or 
> if
> there's a shortage of bikeshed material ;-)).

+1

and the default csv delimiter ","  makes it perfectly readable
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to