Message919
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? |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:26 | admin | link | issue790363 messages |
2009-02-03 14:20:26 | admin | create | |
|