CSV(???)
Tim Golden
mail at timgolden.me.uk
Fri Feb 23 06:48:48 EST 2007
More information about the Python-list mailing list
Fri Feb 23 06:48:48 EST 2007
- Previous message (by thread): CSV(???)
- Next message (by thread): CSV(???)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Philipp Pagel wrote: > David C. Ullrich <ullrich at math.okstate.edu> wrote: >> Is there a csvlib out there somewhere? > > How about csv in the standard library? > >> (Um: Believe it or not I'm _still_ using >> python 1.5.7. > > I have no idea if csv was part of the standard library backin those > days... > > But even if not: either upgrade to something less outdated or see if you > can get todays csv to work with the oldtimer. You might have a look at the Object Craft CSV module, from which the stdlib one is loosely descended, but you'd have to compile it yourself if you're on 1.5.2. http://www.object-craft.com.au/projects/csv/ TJG
- Previous message (by thread): CSV(???)
- Next message (by thread): CSV(???)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list