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 berker.peksag
Recipients berker.peksag, mark.dickinson, python-dev, rhettinger, terry.reedy
Date 2016-02-28.05:00:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456635624.25.0.475295279313.issue13573@psf.upfronthosting.co.za>
In-reply-to
Content
csv.writer() documentation says:

    "All other non-string data are stringified with str() before being written."

https://docs.python.org/2.7/library/csv.html#csv.writer

I guess adding a sentence to document the special case for floats wouldn't hurt.
History
Date User Action Args
2016-02-28 05:00:24berker.peksagsetrecipients: + berker.peksag, rhettinger, terry.reedy, mark.dickinson, python-dev
2016-02-28 05:00:24berker.peksagsetmessageid: <1456635624.25.0.475295279313.issue13573@psf.upfronthosting.co.za>
2016-02-28 05:00:24berker.peksaglinkissue13573 messages
2016-02-28 05:00:23berker.peksagcreate