Actually, since the point of this exercise was to create csv
files, I would not use any templating.

python has a good csv module, and it will correctly deal with escaping.
No templating system is going to get these details correct.

See
http://docs.python.org/library/csv.html#csv-fmt-params


_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to