Changes between Initial Version and Version 1 of Ticket #324


Ignore:
Timestamp:
Apr 23, 2006, 4:30:52 AM (18 years ago)
Author:
Alec Thomas
Comment:

No idea, can you provide me with a CSV sample that causes this?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #324

    • Property Status changed from new to assigned
  • Ticket #324 – Description

    initial v1  
    11'''Python Traceback'''
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 300, in dispatch_request
     
    2526    reader = csv.reader(StringIO(txt), dialect=sniffer.sniff(txt))
    2627TypeError: bad argument type for built-in operation
    27 
     28}}}
    2829(trac 0.10pre)
    2930