Re: [matplotlib-devel] funky strings in rec2csv

2007-12-18 Thread Andrew Straw
Thanks for looking at this. From the unittest that you checked in, it appears you've succeeded in getting dates and datetimes to work, modulo the apparent datetime precision buglet you mention below. My understanding with repr() is that, in general, it should attempt to support lossless copying

Re: [matplotlib-devel] funky strings in rec2csv

2007-12-16 Thread Fernando Perez
On Dec 16, 2007 9:10 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Dec 16, 2007 5:26 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > > > As a followup to the work on floats, I fixed rec2csv to deal with funky > > strings (strings with commas and quotes). I've checked this is as r4749, > > but I tho

Re: [matplotlib-devel] funky strings in rec2csv

2007-12-16 Thread John Hunter
On Dec 16, 2007 5:26 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > As a followup to the work on floats, I fixed rec2csv to deal with funky > strings (strings with commas and quotes). I've checked this is as r4749, > but I thought I'd announce here in case someone (John, in particular) > was depend

Re: [matplotlib-devel] funky strings in rec2csv

2007-12-16 Thread John Hunter
On Dec 16, 2007 5:26 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > As a followup to the work on floats, I fixed rec2csv to deal with funky > strings (strings with commas and quotes). I've checked this is as r4749, > but I thought I'd announce here in case someone (John, in particular) > was depend

[matplotlib-devel] funky strings in rec2csv

2007-12-16 Thread Andrew Straw
As a followup to the work on floats, I fixed rec2csv to deal with funky strings (strings with commas and quotes). I've checked this is as r4749, but I thought I'd announce here in case someone (John, in particular) was depending on some peculiar aspect of the old implementation. If there is som