Re: [Python-Dev] csv changed from python 2.4 to 2.5

2007-07-05 Thread Christian
Nick Craig-Wood wrote: > Christian K <[EMAIL PROTECTED]> wrote: [...] >> Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) >> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. > import csv > d = csv.excel > d.del

Re: [Python-Dev] csv changed from python 2.4 to 2.5

2007-06-27 Thread Christian K
[EMAIL PROTECTED] wrote: > Christian> I could not find documentation of the following change in > Christian> python2.5. What is the reason for that? > > Without looking through the change history for the module it's unclear to me > why that would have changed. The thing that changed is th

Re: [Python-Dev] csv changed from python 2.4 to 2.5

2007-06-27 Thread skip
Christian> I could not find documentation of the following change in Christian> python2.5. What is the reason for that? Without looking through the change history for the module it's unclear to me why that would have changed. The thing that changed is that the get_dialect call now return

Re: [Python-Dev] csv changed from python 2.4 to 2.5

2007-06-27 Thread Nick Craig-Wood
Christian K <[EMAIL PROTECTED]> wrote: > I could not find documentation of the following change in python2.5. What is > the > reason for that? > > Python 2.4.4 (#2, Apr 12 2007, 21:03:11) > [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 > Type "help", "copyright", "credits" or "license" for m

[Python-Dev] csv changed from python 2.4 to 2.5

2007-06-25 Thread Christian K
Hi, I could not find documentation of the following change in python2.5. What is the reason for that? Python 2.4.4 (#2, Apr 12 2007, 21:03:11) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import csv >>> d=csv.get_dialect(