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
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
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
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
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