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 r.david.murray
Recipients LambertDW, r.david.murray
Date 2010-05-21.01:40:42
SpamBayes Score 0.00062676705
Marked as misclassified No
Message-id <1274406044.26.0.0648343516314.issue5332@psf.upfronthosting.co.za>
In-reply-to
Content
This is in fact a doc bug.  The correct way to read a csv file in python3 is to open it in text mode with newline=''.  The docs have been updated to reflect this.
History
Date User Action Args
2010-05-21 01:40:44r.david.murraysetrecipients: + r.david.murray, LambertDW
2010-05-21 01:40:44r.david.murraysetmessageid: <1274406044.26.0.0648343516314.issue5332@psf.upfronthosting.co.za>
2010-05-21 01:40:42r.david.murraylinkissue5332 messages
2010-05-21 01:40:42r.david.murraycreate