Re: [Tutor] Re: recommended CSV module?
Magnus Lycka
magnus at thinkware.se
Thu May 13 12:32:34 EDT 2004
Lance E Sloan wrote:
> *sigh* This is the second time I've made a fool of myself here asking for
> third-party module recommendations when there's one that's included with
> Python. :P
>
> Unless somebody has a good reason to recommend that I should use some
> third-party CSV module, I'll use the stock one.
The good reason not to use the std lib version would be
that you need to use a Python version prior to 2.3
I think it's the third party module called 'csv' that got
included as 'csv' in Python. I haven't noticed any difference...
--
Magnus Lycka, Thinkware AB
Alvans vag 99, SE-907 50 UMEA, SWEDEN
phone: int+46 70 582 80 65, fax: int+46 70 612 80 65
http://www.thinkware.se/ mailto:magnus at thinkware.se
More information about the Tutor
mailing list