Roundup Tracker - Issues

Message919

Author jlgijsbers
Recipients
Date 2003-08-25.22:03:03
Message-id
In-reply-to
Logged In: YES 
user_id=469548

I see two ways to fix this:

1. Write a wrapper around the 2.3 csv module that provides
the Object-Craft API, so we'd only have to change the import
of the csv module to 'from roundup import csvwrapper'. I've
made a first cut at this, but I still have six failing
tests, of which I think two are important to roundup. It's a
pain getting the details right. Also, we'll want to move to
the 2.3 module eventually, which means this is extra work.

2. Switch to the 2.3 module now in roundup code, and put
together a standalone distribution of the 2.3 module that
works on Python 2.1/2.2. I think this seems like we're
pushing to 2.3 too hard.

Did you have another plan?
History
Date User Action Args
2009-02-03 14:20:26adminlinkissue790363 messages
2009-02-03 14:20:26admincreate