CSV(???)

Neil Cerutti horpner at yahoo.com
Mon Feb 26 10:24:19 EST 2007


On 2007-02-24, David C  Ullrich <ullrich at math.okstate.edu> wrote:
> On 23 Feb 2007 19:13:10 +0100, Neil Cerutti <horpner at yahoo.com> wrote:
>
>>On 2007-02-23, David C  Ullrich <ullrich at math.okstate.edu> wrote:
>>> Is there a csvlib out there somewhere?
>>>
>>> And/or does anyone see any problems with
>>> the code below?
>>>
>>> [...]
>>>
>>> (Um: Believe it or not I'm _still_ using python 1.5.7. So
>>> comments about iterators, list comprehensions, string
>>> methods, etc are irrelevent. Comments about errors in the
>>> algorithm would be great. Thanks.)
>>
>>Two member functions of indexedstring are not used: next and
>>lookahead. __len__ and __getitem__ appear to serve no real
>>purpose.
>
> Hey, thanks! I didn't realize that using an object with methods
> that were never called could cause an algorithm to fail...
> shows how much I know.

Sorry I couldn't provide the help you wanted.

-- 
Neil Cerutti



More information about the Python-list mailing list