id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
646,CSV dialect is not auto-detected,anonymous,athomas,Contrary to the comment in #324_ my environment did not autodetect the format of the CSV data. I'm going to assume this is a problem in my version of the csv module (i.e._ out of scope of this macro)_ but it might affect others.\r\n\r\nDetails:\r\n * trac 0.9.6\r\n * Debian unstable\r\n * python2.3 (2.3.5-15)\r\n * `csv.__version__` = 1.0\r\n\r\nMy fix was to capture `txt.encode('ascii'_ 'replace')` into `txt` and then pass `sniffer.sniff(txt)` into `reader` as was removed in changeset [708].,defect,closed,low,CsvMacro,minor,fixed,,,0.9
