This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients ezio.melotti, gvanrossum, r.david.murray, skip.montanaro, tim.peters
Date 2013-11-01.18:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383331819.3.0.0416567933751.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
The ultimate culprit here is actually the csv module. :-) It calls str() on every element it's about to write. In my applications which write to CSV files I can special case datetime objects.

I will stop swimming upstream.
History
Date User Action Args
2013-11-01 18:50:19skip.montanarosetrecipients: + skip.montanaro, gvanrossum, tim.peters, ezio.melotti, r.david.murray
2013-11-01 18:50:19skip.montanarosetmessageid: <1383331819.3.0.0416567933751.issue19475@psf.upfronthosting.co.za>
2013-11-01 18:50:19skip.montanarolinkissue19475 messages
2013-11-01 18:50:19skip.montanarocreate